fixing little config script bug

This commit is contained in:
Steven Mondji-Lerider 2013-02-07 16:18:16 +00:00
parent f7532b0ada
commit 2486b8fb5a
1 changed files with 1 additions and 1 deletions

View File

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