diff --git a/dockutil-labels.sh b/dockutil-labels.sh index cc7a601..be8e327 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -178,6 +178,11 @@ if [[ " $@ " =~ "filemaker15" ]]; then APPNA="FileMaker Pro" APPPA="/Applications/FileMaker Pro 15" +fi +if [[ " $@ " =~ "excellcloudvoice" ]]; then + APPNA="Excell Cloud Voice Plus" + APPPA="/Applications" + fi # ******************************************************************************************************************************** # END APP LABELS