We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd8bb2 commit bfce863Copy full SHA for bfce863
1 file changed
bin/v_update_sys_queue
@@ -43,7 +43,7 @@ case $queue in
43
restart) bash $VESTA/data/queue/restart.pipe;
44
rm $VESTA/data/queue/restart.pipe;
45
touch $VESTA/data/queue/restart.pipe;;
46
- webstats) bash $VESTA/data/queue/webstats.pipe;;
+ webstats) bash $VESTA/data/queue/webstats.pipe > /dev/null 2>&1 ;;
47
backup) bash $VESTA/data/queue/backup.pipe;;
48
disk) bash $VESTA/data/queue/disk.pipe;;
49
traffic) bash $VESTA/data/queue/traffic.pipe;;
0 commit comments