Fix uci-defaults script to exit with value 0.

This commit is contained in:
Wouter R 2016-01-06 17:25:54 +01:00
parent 8a726552f7
commit 210f17377f
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,8 @@ else
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
exit 0
EOM
echo "WARNING: WiFiBox network configuration can only be fully prepared when installing on real device"