Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Enno Rehling 2020-04-05 16:52:06 +02:00
commit 07949a8d33
1 changed files with 2 additions and 2 deletions

View File

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