Skip to content

Commit

Permalink
fix path in uninstaller script
Browse files Browse the repository at this point in the history
  • Loading branch information
grahampugh committed Apr 30, 2021
1 parent 44c3bb4 commit f755d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nice_updater_uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit f755d95

Please sign in to comment.