foxgirl-linux/settings/disable_settings.sh
2019-07-03 18:41:13 -05:00

8 lines
265 B
Bash
Executable file

#!/bin/bash
# This script will move the settings back to the storage folder, disabling it
mv ../defaults/pref/local-settings.js ./defaults/pref/local-settings.js;
mv ../distribution/policies.json ./distribution/policies.json;
mv ../librewolf.cfg ./librewolf.cfg;