Add support for network 'BLKR'.

This commit is contained in:
2018-10-14 00:46:24 +02:00
parent e0e37c21b7
commit 06b975094a
3 changed files with 7 additions and 3 deletions

View File

@ -43,6 +43,7 @@ Example: `basename $0` -h wf.oopen.de -u chris -d /home/chris/devel/git/git.oope
ANW-URB
ANW-KM
B3-Bornim
BLKR
CKUBU
FLR-BRB
GA-AL
@ -537,6 +538,7 @@ if [[ "$_network" != "NONE-WF" ]] \
&& [[ "$_network" != ""ANW-URB ]] \
&& [[ "$_network" != "ANW-KM" ]] \
&& [[ "$_network" != "B3-Bornim" ]] \
&& [[ "$_network" != "BLKR" ]] \
&& [[ "$_network" != "CKUBU" ]] \
&& [[ "$_network" != "FLR-BRB" ]] \
&& [[ "$_network" != "GA-AL" ]] \