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