mirror of
https://github.com/PurpleComputing/helpful-scripts.git
synced 2026-02-03 13:53:24 +00:00
Merge commit 'cf6e4a75bd77851f812e4c134561857cf0047146'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user