summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/sbin/sysupgrade
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-11-19 16:50:25 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-11-19 16:50:25 +0000
commitd46e17548bca2a3557ff598b29f993bfca8474b8 (patch)
treee688842489802f16dd61365fdb7443286f8b0fcc /package/base-files/files/sbin/sysupgrade
parent0838e883f23dccd17ce752b698ac26c2a625e4e4 (diff)
downloadmaster-31e0f0ae-d46e17548bca2a3557ff598b29f993bfca8474b8.tar.gz
master-31e0f0ae-d46e17548bca2a3557ff598b29f993bfca8474b8.tar.bz2
master-31e0f0ae-d46e17548bca2a3557ff598b29f993bfca8474b8.zip
base-files: kill remaining processes after running user hooks (#10461)
SVN-Revision: 29256
Diffstat (limited to 'package/base-files/files/sbin/sysupgrade')
-rwxr-xr-xpackage/base-files/files/sbin/sysupgrade4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/files/sbin/sysupgrade b/package/base-files/files/sbin/sysupgrade
index d251cc914f..cf79114cbb 100755
--- a/package/base-files/files/sbin/sysupgrade
+++ b/package/base-files/files/sbin/sysupgrade
@@ -128,12 +128,12 @@ else
export SAVE_CONFIG=0
fi
+run_hooks "" $sysupgrade_pre_upgrade
+
kill_remaining TERM
sleep 3
kill_remaining KILL
-run_hooks "" $sysupgrade_pre_upgrade
-
if [ -n "$(rootfs_type)" ]; then
v "Switching to ramdisk..."
run_ramfs '. /etc/functions.sh; include /lib/upgrade; do_upgrade'