fixed typo in rebuid script

This commit is contained in:
Serghey Rodin 2012-11-23 13:18:03 +02:00
commit 4fffddddfb
5 changed files with 1 additions and 1 deletions

View file

@ -143,7 +143,7 @@ fi
if [ ! -z "$DB_SYSTEM" ] && [ "$DB_SYSTEM" != 'no' ]; then if [ ! -z "$DB_SYSTEM" ] && [ "$DB_SYSTEM" != 'no' ]; then
touch $USER_DATA/db.conf touch $USER_DATA/db.conf
chmod 660 $USER_DATA/db.conf chmod 660 $USER_DATA/db.conf
echo "v_update_datbases_disk $user" >> $VESTA/data/queue/disk.pipe echo "v-update-databases-disk $user" >> $VESTA/data/queue/disk.pipe
fi fi
if [ ! -z "$CRON_SYSTEM" ] && [ "$CRON_SYSTEM" != 'no' ]; then if [ ! -z "$CRON_SYSTEM" ] && [ "$CRON_SYSTEM" != 'no' ]; then

0
func/db.sh Executable file → Normal file
View file

0
func/domain.sh Executable file → Normal file
View file

0
func/ip.sh Executable file → Normal file
View file

0
func/main.sh Executable file → Normal file
View file