Added Redstor, Mitel

Commented a sub-area for apps which are unknown to Installomator i.e for Dock population only
This commit is contained in:
jimbo2k2
2022-09-15 21:40:20 +01:00
committed by GitHub
parent bd2ce047f6
commit 761f180b4e

View File

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