install.sh: Add message advising "-p" flag

This commit is contained in:
Rafael Mardojai CM 2020-06-14 21:27:10 -05:00
parent 6afffac4ce
commit 16765d133d
1 changed files with 1 additions and 0 deletions

1
scripts/install.sh Executable file → Normal file
View File

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