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
|
||||
for REPORT in *.sh
|
||||
do
|
||||
echo -n "Sending "
|
||||
basename "$REPORT" .sh
|
||||
#echo -n "Sending "
|
||||
#basename "$REPORT" .sh
|
||||
bash "$REPORT"
|
||||
done
|
||||
cd - || exit
|
||||
|
|
Loading…
Reference in a new issue