mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
fix empty crontab
This commit is contained in:
parent
dc9fb678af
commit
9239ecf10d
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ CONF
|
|||
fi
|
||||
|
||||
(
|
||||
crontab -l -u root 2>/dev/null | grep -v "${LOCAL_SCRIPT}"
|
||||
crontab -l -u root 2>/dev/null | grep -v "${LOCAL_SCRIPT}" || true
|
||||
echo "${CRON_ENTRY}"
|
||||
) | crontab -u root -
|
||||
ok "Added cron schedule: Every Sunday at midnight"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue