From 554b802246fec0a557fa26cd12eae35d7f68f3cc Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Mon, 26 Mar 2018 13:28:51 +0200
Subject: [PATCH] Change default plots path

---
 scripts/dom_activity.py  | 2 +-
 scripts/dom_rates.py     | 2 +-
 scripts/pmt_rates.py     | 2 +-
 scripts/trigger_rates.py | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/scripts/dom_activity.py b/scripts/dom_activity.py
index 1ebbd6a..f9737b5 100755
--- a/scripts/dom_activity.py
+++ b/scripts/dom_activity.py
@@ -14,7 +14,7 @@ Options:
     -l LIGIER_IP    The IP of the ligier [default: 127.0.0.1].
     -p LIGIER_PORT  The port of the ligier [default: 5553].
     -d DET_ID       Detector ID [default: 29].
-    -o PLOT_DIR     The directory to save the plot [default: www/plots].
+    -o PLOT_DIR     The directory to save the plot [default: plots].
     -h --help       Show this screen.
 
 """
diff --git a/scripts/dom_rates.py b/scripts/dom_rates.py
index 2c74468..11d7d50 100755
--- a/scripts/dom_rates.py
+++ b/scripts/dom_rates.py
@@ -14,7 +14,7 @@ Options:
     -l LIGIER_IP    The IP of the ligier [default: 127.0.0.1].
     -p LIGIER_PORT  The port of the ligier [default: 5553].
     -d DET_ID       Detector ID [default: 29].
-    -o PLOT_DIR     The directory to save the plot [default: www/plots].
+    -o PLOT_DIR     The directory to save the plot [default: plots].
     -h --help       Show this screen.
 
 """
diff --git a/scripts/pmt_rates.py b/scripts/pmt_rates.py
index d931786..be83ee2 100755
--- a/scripts/pmt_rates.py
+++ b/scripts/pmt_rates.py
@@ -16,7 +16,7 @@ Options:
     -u DU           The DU to monitor [default: 1].
     -d DET_ID       Detector ID [default: 29].
     -i INTERVAL     Time interval for one pixel [default: 10].
-    -o PLOT_DIR     The directory to save the plot [default: www/plots].
+    -o PLOT_DIR     The directory to save the plot [default: plots].
     -h --help       Show this screen.
 
 """
diff --git a/scripts/trigger_rates.py b/scripts/trigger_rates.py
index fc4c092..5670d1e 100755
--- a/scripts/trigger_rates.py
+++ b/scripts/trigger_rates.py
@@ -13,7 +13,7 @@ Usage:
 Options:
     -l LIGIER_IP    The IP of the ligier [default: 127.0.0.1].
     -p LIGIER_PORT  The port of the ligier [default: 5553].
-    -o PLOT_DIR     The directory to save the plot [default: www/plots].
+    -o PLOT_DIR     The directory to save the plot [default: plots].
     -h --help       Show this screen.
 
 """
-- 
GitLab