From: blogic Date: Mon, 10 Jun 2013 08:24:31 +0000 (+0000) Subject: sysupgrade: create state file so procd knows when a sysupgrade is in progress X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=3871c3bfcea831826c7ceef065c32e71ddbda597 sysupgrade: create state file so procd knows when a sysupgrade is in progress Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36893 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/files/sbin/sysupgrade b/package/base-files/files/sbin/sysupgrade index 1ad6ea44a1..c507c3bfdf 100755 --- a/package/base-files/files/sbin/sysupgrade +++ b/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