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 # ********************************************************************************************************************************