From 451b066b844a78bc33f79b660eee9e2ca39d47f6 Mon Sep 17 00:00:00 2001 From: earthlng Date: Mon, 26 Nov 2018 14:20:00 +0000 Subject: [PATCH] Update updater.sh --- updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater.sh b/updater.sh index f20fdad..5eca133 100755 --- a/updater.sh +++ b/updater.sh @@ -185,7 +185,7 @@ getProfilePath () { exit 1 fi readIniFile "$ini" # updates PROFILE_PATH or exits on error - else + #else # PROFILE_PATH already set by user with -p fi }