From f755d9502a9bb8fdfde179edbfe9a9513f3c70fa Mon Sep 17 00:00:00 2001 From: Graham Pugh Date: Fri, 30 Apr 2021 17:35:51 +0200 Subject: [PATCH] fix path in uninstaller script --- nice_updater_uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nice_updater_uninstall.sh b/nice_updater_uninstall.sh index 05026dd..0eb4e45 100755 --- a/nice_updater_uninstall.sh +++ b/nice_updater_uninstall.sh @@ -46,7 +46,7 @@ writelog "Deleting NiceUpdater LaunchDaemons..." writelog "Deleting NiceUpdater Preferences..." # Delete the main preferences file -[[ -e "$preferenceFileFullPath" ]] && rm -f "$preferenceFileName" +[[ -e "$preferenceFileFullPath" ]] && rm -f "$preferenceFileFullPath" # Delete the watch path preferences file [[ -e "$watchPathsPlist" ]] && rm -f "$watchPathsPlist"