mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
added sys-queue handler
This commit is contained in:
parent
7ebd96d92d
commit
22ab6d500c
4 changed files with 32 additions and 11 deletions
|
@ -53,7 +53,7 @@ case $queue in
|
|||
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 ;;
|
||||
dns-cluster) bash $VESTA/data/queue/$queue.pipe ;;
|
||||
dns-cluster) 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