From 9a7e95648e708a1084b102ea25b40f1080204c68 Mon Sep 17 00:00:00 2001 From: fewtarius Date: Sat, 13 Aug 2022 10:33:40 -0400 Subject: [PATCH] Force ascii. --- packages/jelos/sources/autostart/common/001-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jelos/sources/autostart/common/001-setup b/packages/jelos/sources/autostart/common/001-setup index 4ed04c430..0d86dd3e6 100755 --- a/packages/jelos/sources/autostart/common/001-setup +++ b/packages/jelos/sources/autostart/common/001-setup @@ -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