fixing little config script bug
This commit is contained in:
parent
f7532b0ada
commit
2486b8fb5a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue