minor bugfixes for 0.9.7 release

This commit is contained in:
Serghey Rodin 2012-07-04 23:23:35 +03:00
commit a12c625091
4 changed files with 9 additions and 7 deletions

View file

@ -60,7 +60,7 @@ for ip in $ip_list; do
mask=$(/sbin/ifconfig |grep -w $ip |awk -F "Mask:" '{print $2}')
# Adding vesta ip
ip_add_vesta
create_vesta_ip
# Adding namehosting support
namehost_ip_support

View file

@ -25,7 +25,7 @@ source $VESTA/func/main.sh
# Export PATH for cron
PATH=$PATH:$BIN
export $PATH
#----------------------------------------------------------#
# Verifications #
@ -44,7 +44,7 @@ case $queue in
rm $VESTA/data/queue/restart.pipe;
touch $VESTA/data/queue/restart.pipe;;
stats) bash $VESTA/data/queue/stats.pipe;;
backup) bash $VESTA/data/queue/backup.pip;;
backup) bash $VESTA/data/queue/backup.pipe;;
disk) bash $VESTA/data/queue/disk.pipe;;
traffic) bash $VESTA/data/queue/traffic.pipe;;
*) check_args '1' '0' 'queue'