Added Transmit

This commit is contained in:
jimbo2k2
2022-09-15 22:05:05 +01:00
committed by GitHub
parent 761f180b4e
commit b4b0fb6b94

View File

@@ -148,6 +148,11 @@ if [[ " $@ " =~ "mitelconnect" ]]; then
APPPA="/Applications"
DOCKPOS=end
fi
if [[ " $@ " =~ "transmit" ]]; then
APPNA="Transmit"
APPPA="/Applications"
DOCKPOS=end
fi
# ********************************************************************************************************************************
# END APP LABELS
# ********************************************************************************************************************************