mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
LE cronjob for sys queue
This commit is contained in:
parent
a2fa6b7215
commit
f89a666543
2 changed files with 47 additions and 3 deletions
|
@ -48,12 +48,13 @@ fi
|
|||
|
||||
# Defining pipe functions
|
||||
case $queue in
|
||||
restart) bash $VESTA/data/queue/$queue.pipe ;;
|
||||
restart) bash $VESTA/data/queue/$queue.pipe > /dev/null 2>&1;;
|
||||
webstats) bash $VESTA/data/queue/$queue.pipe > /dev/null 2>&1 ;;
|
||||
backup) bash $VESTA/data/queue/$queue.pipe > /dev/null 2>&1 ;;
|
||||
disk) bash $VESTA/data/queue/$queue.pipe ;;
|
||||
traffic) bash $VESTA/data/queue/$queue.pipe ;;
|
||||
disk) bash $VESTA/data/queue/$queue.pipe > /dev/null 2>&1;;
|
||||
traffic) bash $VESTA/data/queue/$queue.pipe > /dev/null 2>&1;;
|
||||
dns-cluster) bash $VESTA/data/queue/$queue.pipe > /dev/null 2>&1 ;;
|
||||
letsencrypt) bash $VESTA/data/queue/$queue.pipe > /dev/null 2>&1 ;;
|
||||
*) check_args '1' '0' 'QUEUE' ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue