Browse Source

disabled output for webstats queue processing

Serghey Rodin 13 years ago
parent
commit
bfce8632f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/v_update_sys_queue

+ 1 - 1
bin/v_update_sys_queue

@@ -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;;