From 977728c21a75f9b5999a8acb7d18223e28f65835 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Thu, 11 Jun 2020 15:04:48 +0200 Subject: [PATCH] Run keep_mpm_event.sh with 'background' parameter --- src/deb/vesta/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deb/vesta/postinst b/src/deb/vesta/postinst index 4f030213..5064b173 100755 --- a/src/deb/vesta/postinst +++ b/src/deb/vesta/postinst @@ -114,7 +114,7 @@ fi if [ ! -f "/usr/local/vesta/data/upgrades/keeping-mpm-event" ]; then touch /usr/local/vesta/data/upgrades/keeping-mpm-event echo "=== scheduling keeping-mpm-event check script" - echo "bash /usr/local/vesta/upd/keep_mpm_event.sh >> /usr/local/vesta/data/upgrades/keeping-mpm-event.log 2>&1" >> /usr/local/vesta/data/queue/restart.pipe + echo "bash /usr/local/vesta/upd/keep_mpm_event.sh 'background' >> /usr/local/vesta/data/upgrades/keeping-mpm-event.log 2>&1" >> /usr/local/vesta/data/queue/restart.pipe /usr/local/vesta/bin/v-add-cron-restart-job > /dev/null 2>&1 fi