diff --git a/dockutil-labels.sh b/dockutil-labels.sh index 470a055..00e72c9 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -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