Fix variable name in install.sh error message

This commit is contained in:
teervo 2021-05-09 11:55:01 +00:00 committed by GitHub
parent 5d73ad005c
commit 36fa6d1609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ function saveProfile(){
PROFILES_FILE="${FIREFOXFOLDER}/profiles.ini" PROFILES_FILE="${FIREFOXFOLDER}/profiles.ini"
if [ ! -f "${PROFILES_FILE}" ]; then if [ ! -f "${PROFILES_FILE}" ]; then
>&2 echo "failed, lease check Firefox installation, unable to find profile.ini at ${FIREFOX_DIR}" >&2 echo "failed, lease check Firefox installation, unable to find profile.ini at ${FIREFOXFOLDER}"
exit 1 exit 1
fi fi
echo "Profiles file found" echo "Profiles file found"