Merge pull request #346 from fewtarius/dev

Force ascii.
This commit is contained in:
fewtarius 2022-08-13 10:34:20 -04:00 committed by GitHub
commit f72fd3463d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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