Check when firstTime is yes
This commit is contained in:
parent
ec0c46a3a8
commit
721760852e
2
install
2
install
@ -45,7 +45,7 @@ if [ "$showHelp" == "yes" ]; then
|
|||||||
echo "--help = display these help options"
|
echo "--help = display these help options"
|
||||||
echo "--reinstall-vpn = force reinstall simple-vpn"
|
echo "--reinstall-vpn = force reinstall simple-vpn"
|
||||||
echo "--appindicator = force copy appindicator dll into install directory"
|
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 -e "\nThis message was displayed as it is your first time using this installer"
|
||||||
echo "Repeat the command to install MelonVPN"
|
echo "Repeat the command to install MelonVPN"
|
||||||
touch "$firstTimePath"
|
touch "$firstTimePath"
|
||||||
|
Loading…
Reference in New Issue
Block a user