mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 06:14:19 -07:00
disabled output for webstats queue processing
This commit is contained in:
parent
cfd8bb297b
commit
bfce8632f5
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ case $queue in
|
||||||
restart) bash $VESTA/data/queue/restart.pipe;
|
restart) bash $VESTA/data/queue/restart.pipe;
|
||||||
rm $VESTA/data/queue/restart.pipe;
|
rm $VESTA/data/queue/restart.pipe;
|
||||||
touch $VESTA/data/queue/restart.pipe;;
|
touch $VESTA/data/queue/restart.pipe;;
|
||||||
webstats) bash $VESTA/data/queue/webstats.pipe;;
|
webstats) bash $VESTA/data/queue/webstats.pipe > /dev/null 2>&1 ;;
|
||||||
backup) bash $VESTA/data/queue/backup.pipe;;
|
backup) bash $VESTA/data/queue/backup.pipe;;
|
||||||
disk) bash $VESTA/data/queue/disk.pipe;;
|
disk) bash $VESTA/data/queue/disk.pipe;;
|
||||||
traffic) bash $VESTA/data/queue/traffic.pipe;;
|
traffic) bash $VESTA/data/queue/traffic.pipe;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue