From 36fa6d16090a9b9043a23b3559c8fb433455c9dc Mon Sep 17 00:00:00 2001 From: teervo <83108905+teervo@users.noreply.github.com> Date: Sun, 9 May 2021 11:55:01 +0000 Subject: [PATCH] Fix variable name in install.sh error message --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index ecf1272..20216d0 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -68,7 +68,7 @@ function saveProfile(){ PROFILES_FILE="${FIREFOXFOLDER}/profiles.ini" 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 fi echo "Profiles file found"