From 16765d133d627afcd83374a16c4b65f9a4faffe3 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sun, 14 Jun 2020 21:27:10 -0500 Subject: [PATCH] install.sh: Add message advising "-p" flag --- scripts/install.sh | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 scripts/install.sh diff --git a/scripts/install.sh b/scripts/install.sh old mode 100755 new mode 100644 index 02a63a2..716f7fc --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,6 +33,7 @@ fi # Enter Firefox profile folder. if ! cd $PROFILEFOLDER ; then echo "Error entering profile folder." + echo "Try using -p flag to specify a custom profile name." exit 1 fi