Check when firstTime is yes

This commit is contained in:
Melon 2021-03-24 09:34:31 +00:00
parent ec0c46a3a8
commit 721760852e
1 changed files with 1 additions and 1 deletions

View File

@ -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"