mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 19:13:49 +01:00
Fix uci-defaults script to exit with value 0.
This commit is contained in:
parent
8a726552f7
commit
210f17377f
@ -120,6 +120,8 @@ else
|
|||||||
|
|
||||||
uci set wifibox.general.system_log_level='info'
|
uci set wifibox.general.system_log_level='info'
|
||||||
uci -q delete wifibox.system.loglevel # remove key used in older versions (<=0.10.8a) if it exists
|
uci -q delete wifibox.system.loglevel # remove key used in older versions (<=0.10.8a) if it exists
|
||||||
|
|
||||||
|
exit 0
|
||||||
EOM
|
EOM
|
||||||
|
|
||||||
echo "WARNING: WiFiBox network configuration can only be fully prepared when installing on real device"
|
echo "WARNING: WiFiBox network configuration can only be fully prepared when installing on real device"
|
||||||
|
Loading…
Reference in New Issue
Block a user