Skip to content

Commit bfce863

Browse files
committed
disabled output for webstats queue processing
1 parent cfd8bb2 commit bfce863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v_update_sys_queue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ case $queue in
4343
restart) bash $VESTA/data/queue/restart.pipe;
4444
rm $VESTA/data/queue/restart.pipe;
4545
touch $VESTA/data/queue/restart.pipe;;
46-
webstats) bash $VESTA/data/queue/webstats.pipe;;
46+
webstats) bash $VESTA/data/queue/webstats.pipe > /dev/null 2>&1 ;;
4747
backup) bash $VESTA/data/queue/backup.pipe;;
4848
disk) bash $VESTA/data/queue/disk.pipe;;
4949
traffic) bash $VESTA/data/queue/traffic.pipe;;

0 commit comments

Comments
 (0)