From 721760852e34622abf701be3129fe45c5387fe22 Mon Sep 17 00:00:00 2001 From: MrMelon Date: Wed, 24 Mar 2021 09:34:31 +0000 Subject: [PATCH] Check when firstTime is yes --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 5a6063b..dd0798a 100755 --- a/install +++ b/install @@ -45,7 +45,7 @@ if [ "$showHelp" == "yes" ]; then echo "--help = display these help options" echo "--reinstall-vpn = force reinstall simple-vpn" echo "--appindicator = force copy appindicator dll into install directory" - if [ "$firstTime" ]; then + if [ "$firstTime" == "yes" ]; then echo -e "\nThis message was displayed as it is your first time using this installer" echo "Repeat the command to install MelonVPN" touch "$firstTimePath"