From 9e59d4dff42bf792698bf5b195cc86113552576c Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sun, 31 May 2020 03:10:52 +0200 Subject: [PATCH] muting v-add-cron-restart-job in postinst --- 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 1b0e4835..4f030213 100755 --- a/src/deb/vesta/postinst +++ b/src/deb/vesta/postinst @@ -115,7 +115,7 @@ 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 - /usr/local/vesta/bin/v-add-cron-restart-job + /usr/local/vesta/bin/v-add-cron-restart-job > /dev/null 2>&1 fi # Run custom triggers