提交 5d9238ae 编写于 作者: J Joerg Jaspert

Handle yearly cronjobs

上级 891e1ef7
......@@ -60,7 +60,7 @@ Currently accepted Arguments:
unchecked - Process the unchecked queue
dinstall - Run a dinstall
hourly, daily, weekly - Run that part
yearly, hourly, daily, weekly - Run that part
EOF
exit 0
......@@ -122,6 +122,8 @@ case ${ARG} in
;;
monthly)
;;
yearly)
;;
*)
error "Unknown arg ${ARG}"
exit 42
......@@ -230,6 +232,8 @@ case ${ARG} in
;;
monthly)
;;
yearly)
;;
esac
# Now, at the very (successful) end of this run, make sure we remove
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册