Skip to content

Commit

Permalink
replaced underlines in rebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
serghey-rodin committed Jan 13, 2013
1 parent 1e2732c commit 169bd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/v-rebuild-user
Expand Up @@ -143,7 +143,7 @@ fi
if [ ! -z "$DB_SYSTEM" ] && [ "$DB_SYSTEM" != 'no' ]; then
touch $USER_DATA/db.conf
chmod 660 $USER_DATA/db.conf
echo "v_update_datbases_disk $user" >> $VESTA/data/queue/disk.pipe
echo "v-update-datbases-disk $user" >> $VESTA/data/queue/disk.pipe
fi

if [ ! -z "$CRON_SYSTEM" ] && [ "$CRON_SYSTEM" != 'no' ]; then
Expand Down

0 comments on commit 169bd25

Please sign in to comment.