From f1a0b4bce930511e94ee019498c76761e0cafa9e Mon Sep 17 00:00:00 2001 From: Jan Rude Date: Mon, 6 Mar 2017 11:45:11 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7e099f2..0db1e2e 100755 --- a/install.sh +++ b/install.sh @@ -64,7 +64,7 @@ else fi fi -if [ "$MODULE_INSTALLED" == true ] ; +if [ "$MODULE_INSTALLED" = true ] ; then # Server configuration printf "\nConfigure backdoor usage? [y/n] "