diff --git a/dockutil-labels.sh b/dockutil-labels.sh index 3a5443d..c88b6b4 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -130,6 +130,11 @@ if [[ " $@ " =~ "teamviewer" ]]; then APPPA="/Applications" DOCKPOS=end fi +if [[ " $@ " =~ "zywallsecuextender" ]]; then + APPNA="ZyWALL SecuExtender" + APPPA="/Applications" + DOCKPOS=end +fi # ******************************************************************************************************************************** # END APP LABELS # ********************************************************************************************************************************