forked from github/server
allow testers.txt to contain comments
This commit is contained in:
parent
2137c51509
commit
114d088bb5
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ case "$1" in
|
|||
done
|
||||
if [ $sent -eq 0 ]; then
|
||||
if [ -e ../$factions ]; then
|
||||
for faction in $(cat ../$factions) ; do
|
||||
for faction in $(grep -v -E '^#' ../$factions) ; do
|
||||
send $faction
|
||||
done
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue