From de8028c5dd1ad1caf00f6fa7a7fbc2011970d602 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 25 Feb 2020 19:19:02 +0100 Subject: [PATCH] remove debug output from cron script --- process/sendreports.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/process/sendreports.sh b/process/sendreports.sh index c56233367..6ed678d0a 100755 --- a/process/sendreports.sh +++ b/process/sendreports.sh @@ -17,8 +17,6 @@ fi cd "$GAME/reports" || exit for REPORT in *.sh do - echo -n "Sending " - basename "$REPORT" .sh bash "$REPORT" done cd - || exit