Skip to content

Commit b117916

Browse files
authored
Update prefsCleaner.sh
1 parent 2f4b93a commit b117916

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prefsCleaner.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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.
1212
if [ "${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
1515
elif [ -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"
149149
echo " ╔══════════════════════════╗"
150150
echo " ║ prefs.js cleaner ║"
151151
echo " ║ by claustromaniac ║"
152-
echo " ║ v1.8 ║"
152+
echo " ║ v1.9"
153153
echo " ╚══════════════════════════╝"
154154
echo -e "\nThis script should be run from your Firefox profile directory.\n"
155155
echo "It will remove any entries from prefs.js that also exist in user.js."

0 commit comments

Comments
 (0)