Add supported network 'EBS'.

This commit is contained in:
2021-05-11 01:11:58 +02:00
parent 846d829539
commit 8224b13983
3 changed files with 6 additions and 2 deletions

View File

@ -46,6 +46,7 @@ Example: `basename $0` -h wf.oopen.de -u chris -d /home/chris/devel/git/git.oope
B3-Bornim
BLKR
CKUBU
EBS
FLR-BRB
GA-AL
GA-Ersatz
@ -543,6 +544,7 @@ if [[ "$_network" != "NONE-WF" ]] \
&& [[ "$_network" != "B3-Bornim" ]] \
&& [[ "$_network" != "BLKR" ]] \
&& [[ "$_network" != "CKUBU" ]] \
&& [[ "$_network" != "RBS" ]] \
&& [[ "$_network" != "FLR-BRB" ]] \
&& [[ "$_network" != "GA-AL" ]] \
&& [[ "$_network" != "GA-Ersatz" ]] \