We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405cd4b commit e8a5188Copy full SHA for e8a5188
bin/v-restore-user
@@ -647,6 +647,8 @@ if [ "$db" != 'no' ]; then
647
str="$str TYPE='$TYPE' CHARSET='$CHARSET' U_DISK='$U_DISK'"
648
str="$str SUSPENDED='no' TIME='$(date +%T)' DATE='$(date +%F)'"
649
echo $str >> $USER_DATA/db.conf
650
+ else
651
+ eval $(grep "DB='$db'" $USER_DATA/db.conf)
652
fi
653
654
echo -e "$(date "+%F %T") $DB"
0 commit comments