mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
calling v-delete-cron-restart-job from keep_mpm_event.sh
This commit is contained in:
parent
9e59d4dff4
commit
e79aea271b
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ if [ "$check_grep" -eq 0 ]; then
|
|||
echo "apt is not running"
|
||||
echo "cleaning restart.pipe"
|
||||
sed -i "/keep_mpm_event/d" /usr/local/vesta/data/queue/restart.pipe
|
||||
/usr/local/vesta/bin/v-delete-cron-restart-job
|
||||
if [ ! -f "/usr/local/vesta/data/upgrades/keeping-mpm-event-checked" ]; then
|
||||
touch /usr/local/vesta/data/upgrades/keeping-mpm-event-checked
|
||||
echo "mpm_event is not checked"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue