Fixing bugs in config script
This commit is contained in:
parent
c3ba540fee
commit
2c04eebf41
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue