From 61cfd9dddcdd60da0b9d23cc39da081e94e533c6 Mon Sep 17 00:00:00 2001
From: Vladimir Bahyl <Vladimir.Bahyl@cern.ch>
Date: Wed, 10 Jul 2019 12:43:26 +0200
Subject: [PATCH] Can not run as root so commented out

---
 operations/tape/cta-pool-supply/cta-pool-supply.cron | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/operations/tape/cta-pool-supply/cta-pool-supply.cron b/operations/tape/cta-pool-supply/cta-pool-supply.cron
index 3bfddcc5f8..6cc26ae4cd 100644
--- a/operations/tape/cta-pool-supply/cta-pool-supply.cron
+++ b/operations/tape/cta-pool-supply/cta-pool-supply.cron
@@ -3,8 +3,10 @@
 # The purpose of that script is to re-fill the tape pools with empty tapes
 # according to defined configuration. More documentation inside of the script.
 #
+# The script need to be properly authenticated in order to run CTA commands.
+#
 # Vladimir Bahyl - 7/2019
 
 MAILTO=tape-operations@cern.ch
 
-*/15 * * * * root /usr/local/bin/cta-pool-supply >> /var/log/cta-pool-supply.log 2>&1
+#*/15 * * * * root /usr/local/bin/cta-pool-supply >> /var/log/cta-pool-supply.log 2>&1
-- 
GitLab