mirror of https://github.com/OpenIPC/firmware.git
[no ci] Overlay: adjust flag names for customizer scripts
parent
02585c788f
commit
d07507f395
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue