Skip to content

Commit 7135907

Browse files
authored
Update prefsCleaner.sh
1 parent 12ca83b commit 7135907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prefsCleaner.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ update_prefsCleaner() {
7575

7676
mv "$tmpfile" "$SCRIPT_FILE"
7777
chmod u+x "$SCRIPT_FILE"
78-
"$SCRIPT_FILE" -s -d
78+
"$SCRIPT_FILE" "$@" -d
7979
exit 0
8080
}
8181

@@ -132,7 +132,7 @@ done
132132
## change directory to the Firefox profile directory
133133
cd "$(dirname "${SCRIPT_FILE}")"
134134

135-
[ "$AUTOUPDATE" = true ] && update_prefsCleaner
135+
[ "$AUTOUPDATE" = true ] && update_prefsCleaner "$@"
136136

137137
echo -e "\n\n"
138138
echo " ╔══════════════════════════╗"

0 commit comments

Comments
 (0)