forked from github/server
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
commit
2240fb31db
|
@ -17,8 +17,6 @@ fi
|
||||||
cd "$GAME/reports" || exit
|
cd "$GAME/reports" || exit
|
||||||
for REPORT in *.sh
|
for REPORT in *.sh
|
||||||
do
|
do
|
||||||
echo -n "Sending "
|
|
||||||
basename "$REPORT" .sh
|
|
||||||
bash "$REPORT"
|
bash "$REPORT"
|
||||||
done
|
done
|
||||||
cd - || exit
|
cd - || exit
|
||||||
|
|
Loading…
Reference in New Issue