forked from github/server
reduce cron messages
This commit is contained in:
parent
3a76261302
commit
fe35ca0604
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ fi
|
||||||
cd "$GAME/reports" || exit
|
cd "$GAME/reports" || exit
|
||||||
for REPORT in *.sh
|
for REPORT in *.sh
|
||||||
do
|
do
|
||||||
echo -n "Sending "
|
#echo -n "Sending "
|
||||||
basename "$REPORT" .sh
|
#basename "$REPORT" .sh
|
||||||
bash "$REPORT"
|
bash "$REPORT"
|
||||||
done
|
done
|
||||||
cd - || exit
|
cd - || exit
|
||||||
|
|
Loading…
Reference in a new issue