From 761f180b4e31cd7555ca3f68ed27655d22d15bd1 Mon Sep 17 00:00:00 2001 From: jimbo2k2 <42574264+jimbo2k2@users.noreply.github.com> Date: Thu, 15 Sep 2022 21:40:20 +0100 Subject: [PATCH] Added Redstor, Mitel Commented a sub-area for apps which are unknown to Installomator i.e for Dock population only --- dockutil-labels.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index c88b6b4..abfaeac 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -130,11 +130,24 @@ if [[ " $@ " =~ "teamviewer" ]]; then APPPA="/Applications" DOCKPOS=end fi + +# NOT KNOWN TO INSTALLOMATOR - USE FOR DOCK POPULATION ONLY + if [[ " $@ " =~ "zywallsecuextender" ]]; then APPNA="ZyWALL SecuExtender" APPPA="/Applications" DOCKPOS=end fi +if [[ " $@ " =~ "redstorproese" ]]; then + APPNA="Redstor Pro ESE" + APPPA="/Applications" + DOCKPOS=end +fi +if [[ " $@ " =~ "mitelconnect" ]]; then + APPNA="Mitel Connect" + APPPA="/Applications" + DOCKPOS=end +fi # ******************************************************************************************************************************** # END APP LABELS # ********************************************************************************************************************************