mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-07 17:33:45 +02:00
Update prefsCleaner.sh
This commit is contained in:
parent
cada20ac99
commit
c469249873
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ do
|
|||
|
||||
fFF_check
|
||||
bakfile="prefs.js.backup.$(date +"%Y-%m-%d_%H%M")"
|
||||
mv prefs.js "${bakfile}" && echo "\nprefs.js backed up."
|
||||
mv prefs.js "${bakfile}" && echo -e "\nprefs.js backed up."
|
||||
echo "Cleaning prefs.js..."
|
||||
fClean $bakfile
|
||||
echo "All done!"
|
||||
|
|
Loading…
Add table
Reference in a new issue