Add support for dissens buero network.

This commit is contained in:
2026-03-15 10:49:03 +01:00
parent 3493b77b4c
commit 2b77902a21
3 changed files with 6 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ Example: `basename $0` -h wf.oopen.de -u chris -d /home/chris/devel/git/git.oope
BLKR
CAMPUS
CKUBU
DISSENS
EBS
ELSTER
FHXB
@@ -551,6 +552,7 @@ if [[ "$_network" != "NONE-WF" ]] \
&& [[ "$_network" != "BLKR" ]] \
&& [[ "$_network" != "CKUBU" ]] \
&& [[ "$_network" != "CAMPUS" ]] \
&& [[ "$_network" != "DISSENS" ]] \
&& [[ "$_network" != "RBS" ]] \
&& [[ "$_network" != "FLR-BRB" ]] \
&& [[ "$_network" != "FM" ]] \