File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33# # prefs.js cleaner for Linux/Mac
44# # author: @claustromaniac
5- # # version: 1.8
5+ # # version: 1.9
66
77# # special thanks to @overdodactyl and @earthlng for a few snippets that I stol..*cough* borrowed from the updater.sh
88
99# # DON'T GO HIGHER THAN VERSION x.9 !! ( because of ASCII comparison in update_prefsCleaner() )
1010
1111# Check if running as root and if any files have the owner/group as root/wheel.
1212if [ " ${EUID:- " $( id -u) " } " -eq 0 ]; then
13- printf ' You shouldn\ ' t run this with elevated privileges (such as with doas/sudo).\n '
13+ printf " You shouldn't run this with elevated privileges (such as with doas/sudo).\n"
1414 exit 1
1515elif [ -n " $( find ./ -user 0 -o -group 0) " ]; then
1616 printf ' It looks like this script was previously run with elevated privileges,
@@ -149,7 +149,7 @@ echo -e "\n\n"
149149echo " ╔══════════════════════════╗"
150150echo " ║ prefs.js cleaner ║"
151151echo " ║ by claustromaniac ║"
152- echo " ║ v1.8 ║"
152+ echo " ║ v1.9 ║"
153153echo " ╚══════════════════════════╝"
154154echo -e " \nThis script should be run from your Firefox profile directory.\n"
155155echo " It will remove any entries from prefs.js that also exist in user.js."
You can’t perform that action at this time.
0 commit comments