From 2c04eebf41d1530dccaf5ba13b95f5282a5e98c9 Mon Sep 17 00:00:00 2001 From: Steven Mondji-Lerider Date: Thu, 7 Feb 2013 13:45:18 +0000 Subject: [PATCH] Fixing bugs in config script --- debian/alternc.config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/alternc.config b/debian/alternc.config index 83a01b57..8d12d465 100644 --- a/debian/alternc.config +++ b/debian/alternc.config @@ -171,9 +171,10 @@ while [ "$QUEST_STATE" != 0 -a "$QUEST_STATE" != 11 ]; do ;; 9) db_get alternc/use_local_mysql || true - if [ "$RET" = "false" ]; then - #user want to use a remote server - check_mysql + if [ -z "$RET" ] + then + #user want to use a remote server + check_mysql fi ;; 10)