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
|
case "$1" in
|
||||||
start)
|
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..."
|
echo "Run customizer script..."
|
||||||
sh /usr/share/openipc/customizer.sh
|
sh /usr/share/openipc/customizer.sh
|
||||||
touch /etc/system.ok
|
touch /etc/custom.ok
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -e /etc/network.ok ] && [ -e /usr/share/openipc/wireless.sh ]; then
|
if [ ! -e /etc/network.ok ] && [ -e /usr/share/openipc/wireless.sh ]; then
|
||||||
|
|
|
@ -16,7 +16,7 @@ case "$1" in
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! [ -f /etc/system.ok ]; then
|
if [ ! -f /etc/system.ok ]; then
|
||||||
tweaksys "$chip"
|
tweaksys "$chip"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue