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,7 +171,8 @@ 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" ]
then
#user want to use a remote server #user want to use a remote server
check_mysql check_mysql
fi fi