mirror of
https://github.com/PurpleComputing/helpful-scripts.git
synced 2026-06-11 01:20:31 +01:00
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:
@@ -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
|
||||
# ********************************************************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user