From 210f17377fd9abce51ffa5de9a3fcb1c25504cb4 Mon Sep 17 00:00:00 2001 From: Wouter R Date: Wed, 6 Jan 2016 17:25:54 +0100 Subject: [PATCH] Fix uci-defaults script to exit with value 0. --- post-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/post-install.sh b/post-install.sh index 1ca6b1c..b85d63c 100644 --- a/post-install.sh +++ b/post-install.sh @@ -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"