Skip to content

Commit 169bd25

Browse files
committed
replaced underlines in rebuild script
1 parent 1e2732c commit 169bd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-rebuild-user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ fi
143143
if [ ! -z "$DB_SYSTEM" ] && [ "$DB_SYSTEM" != 'no' ]; then
144144
touch $USER_DATA/db.conf
145145
chmod 660 $USER_DATA/db.conf
146-
echo "v_update_datbases_disk $user" >> $VESTA/data/queue/disk.pipe
146+
echo "v-update-datbases-disk $user" >> $VESTA/data/queue/disk.pipe
147147
fi
148148

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

0 commit comments

Comments
 (0)