[no ci] Overlay: adjust flag names for customizer scripts

pull/1397/head
Viktor 2024-04-12 13:26:17 +02:00
parent 02585c788f
commit d07507f395
2 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
case "$1" in
start)
if [ ! -e /etc/system.ok ] && [ -e /usr/share/openipc/customizer.sh ]; then
if [ ! -e /etc/custom.ok ] && [ -e /usr/share/openipc/customizer.sh ]; then
echo "Run customizer script..."
sh /usr/share/openipc/customizer.sh
touch /etc/system.ok
touch /etc/custom.ok
fi
if [ ! -e /etc/network.ok ] && [ -e /usr/share/openipc/wireless.sh ]; then

View File

@ -16,7 +16,7 @@ case "$1" in
exit 0
fi
if ! [ -f /etc/system.ok ]; then
if [ ! -f /etc/system.ok ]; then
tweaksys "$chip"
fi