[package] base-files: now that we have date -k, adjust the kernel timezone after...
[openwrt.git] / package / base-files / files / sbin / sysupgrade
index 7efb2b4..d251cc9 100755 (executable)
@@ -127,6 +127,11 @@ elif ask_bool $SAVE_CONFIG "Keep config files over reflash"; then
 else
        export SAVE_CONFIG=0
 fi
+
+kill_remaining TERM
+sleep 3
+kill_remaining KILL
+
 run_hooks "" $sysupgrade_pre_upgrade
 
 if [ -n "$(rootfs_type)" ]; then
This page took 0.027997 seconds and 4 git commands to generate.