Force ascii.

This commit is contained in:
fewtarius 2022-08-13 10:33:40 -04:00
parent ac75844bd3
commit 9a7e95648e
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -35,4 +35,4 @@ fi
### Make sure there are no invalid characters in system.cfg
### or ES will not start.
cp /storage/.config/system/configs/system.cfg /storage/.config/system/configs/last_system.cfg
grep -i "^[A-Z|a-z]" /storage/.config/system/configs/last_system.cfg >/storage/.config/system/configs/system.cfg
grep -ai "^[A-Z|a-z]" /storage/.config/system/configs/last_system.cfg >/storage/.config/system/configs/system.cfg