sysupgrade: create state file so procd knows when a sysupgrade is in progress

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36893
master
John Crispin 11 years ago
parent dff1529d2a
commit 1f52c5a72c
  1. 1
      package/base-files/files/sbin/sysupgrade

@ -180,6 +180,7 @@ fi
run_hooks "" $sysupgrade_pre_upgrade
ubus call system upgrade
touch /tmp/sysupgrade
kill_remaining TERM
sleep 3

Loading…
Cancel
Save