Fixing bugs in config script

This commit is contained in:
Steven Mondji-Lerider 2013-02-07 13:45:18 +00:00
parent c3ba540fee
commit 2c04eebf41
1 changed files with 4 additions and 3 deletions

View File

@ -171,9 +171,10 @@ while [ "$QUEST_STATE" != 0 -a "$QUEST_STATE" != 11 ]; do
;; ;;
9) 9)
db_get alternc/use_local_mysql || true db_get alternc/use_local_mysql || true
if [ "$RET" = "false" ]; then if [ -z "$RET" ]
#user want to use a remote server then
check_mysql #user want to use a remote server
check_mysql
fi fi
;; ;;
10) 10)