From bd2ce047f6609c2924f2ee59c195125cd8505fb1 Mon Sep 17 00:00:00 2001 From: jimbo2k2 <42574264+jimbo2k2@users.noreply.github.com> Date: Thu, 15 Sep 2022 21:01:33 +0100 Subject: [PATCH] Added Zywall SecuExtender --- dockutil-labels.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 # ********************************************************************************************************************************