From d2cbb8fe254231e0475256cb5c154fa805b58470 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 15 Mar 2020 14:32:37 +0100 Subject: [PATCH] reduce cron messages --- process/sendreports.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/process/sendreports.sh b/process/sendreports.sh index c56233367..3219a69ea 100755 --- a/process/sendreports.sh +++ b/process/sendreports.sh @@ -17,8 +17,8 @@ fi cd "$GAME/reports" || exit for REPORT in *.sh do - echo -n "Sending " - basename "$REPORT" .sh + #echo -n "Sending " + #basename "$REPORT" .sh bash "$REPORT" done cd - || exit