Skip to content

Commit 17e4db9

Browse files
committed
fixes typo in rebuild script
1 parent 6bd00c9 commit 17e4db9

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-databases-disk $user" >> $VESTA/data/queue/disk.pipe
147147
fi
148148

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

0 commit comments

Comments
 (0)