blob: 6ade34a2becc38bbcdfcd3c96cc8294d97fecc80 (
plain)
1
2
3
4
5
6
7
|
#!/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;
|