diff --git a/src/deb/vesta/postinst b/src/deb/vesta/postinst index 6253a8cc..0fe761d1 100755 --- a/src/deb/vesta/postinst +++ b/src/deb/vesta/postinst @@ -113,7 +113,7 @@ fi # Making sure mpm_event will stay if [ ! -f "/usr/local/vesta/data/upgrades/keeping-mpm-event" ]; then touch /usr/local/vesta/data/upgrades/keeping-mpm-event - echo "bash /usr/local/vesta/upd/keep_mpm_event.sh" >> /usr/local/vesta/data/queue/restart.pipe + 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 fi # Run custom triggers