Explorar o código

disabled output for webstats queue processing

Serghey Rodin %!s(int64=13) %!d(string=hai) anos
pai
achega
bfce8632f5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
                 rm $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;;
     disk)       bash $VESTA/data/queue/disk.pipe;;
     traffic)    bash $VESTA/data/queue/traffic.pipe;;