Merge commit 'cf6e4a75bd77851f812e4c134561857cf0047146'

This commit is contained in:
Michael
2022-11-27 13:41:10 +00:00

View File

@@ -173,6 +173,21 @@ if [[ " $@ " =~ "monday" ]]; then
APPNA="monday.com"
APPPA="/Applications"
fi
if [[ " $@ " =~ "filemaker15" ]]; then
APPNA="FileMaker Pro"
APPPA="/Applications/FileMaker Pro 15"
fi
if [[ " $@ " =~ "excellcloudvoice" ]]; then
APPNA="Excell Cloud Voice Plus"
APPPA="/Applications"
fi
if [[ " $@ " =~ "accountedgene" ]]; then
APPNA="AccountEdge NE"
APPPA="/Applications"
fi
# ********************************************************************************************************************************
# END APP LABELS
@@ -182,7 +197,7 @@ fi
# MOSYLE SELF SERVICE
if [[ " $@ " =~ "mosyless" ]]; then
APPNA="Self-Service"
APPNA='Self-Service'
APPPA="/Applications"
DOCKPOS=2
fi