Update prefsCleaner.sh

This commit is contained in:
claustromaniac 2018-04-21 01:36:49 +00:00 committed by GitHub
parent cada20ac99
commit c469249873
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ do
fFF_check fFF_check
bakfile="prefs.js.backup.$(date +"%Y-%m-%d_%H%M")" 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..." echo "Cleaning prefs.js..."
fClean $bakfile fClean $bakfile
echo "All done!" echo "All done!"