remove debug output from cron script

This commit is contained in:
Enno Rehling 2020-02-25 19:19:02 +01:00
parent b89824f721
commit de8028c5dd
1 changed files with 0 additions and 2 deletions

View File

@ -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