From 5c50e20d57e7f89fa2e96a666c625225efd46124 Mon Sep 17 00:00:00 2001 From: jimbo2k2 <42574264+jimbo2k2@users.noreply.github.com> Date: Tue, 27 Sep 2022 19:38:43 +0100 Subject: [PATCH 1/5] Update dockutil-labels.sh Added FileMaker 15 label --- dockutil-labels.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index 470a055..cc7a601 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -173,6 +173,11 @@ if [[ " $@ " =~ "monday" ]]; then APPNA="monday.com" APPPA="/Applications" +fi +if [[ " $@ " =~ "filemaker15" ]]; then + APPNA="FileMaker Pro" + APPPA="/Applications/FileMaker Pro 15" + fi # ******************************************************************************************************************************** # END APP LABELS From ef12c77282ccf6c4e9ede8def11de28a8e9fb3f3 Mon Sep 17 00:00:00 2001 From: jimbo2k2 <42574264+jimbo2k2@users.noreply.github.com> Date: Tue, 27 Sep 2022 20:35:45 +0100 Subject: [PATCH 2/5] Update dockutil-labels.sh Added Excell Cloud Voice Plus --- dockutil-labels.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 From 518409f34da9bacb9cbce77572c96d49552be31e Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 4 Oct 2022 09:18:28 +0100 Subject: [PATCH 3/5] Update dockutil-labels.sh --- dockutil-labels.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index be8e327..02d61f0 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -183,6 +183,11 @@ if [[ " $@ " =~ "excellcloudvoice" ]]; then APPNA="Excell Cloud Voice Plus" APPPA="/Applications" +fi +if [[ " $@ " =~ "accountedgene" ]]; then + APPNA="AccountEdge NE" + APPPA="/Applications" + fi # ******************************************************************************************************************************** # END APP LABELS From aa1f8af0a3c8266db23c276d0340b518b5cb6c25 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Wed, 26 Oct 2022 11:04:50 +0100 Subject: [PATCH 4/5] Update dockutil-labels.sh --- dockutil-labels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index 02d61f0..0244a20 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -197,7 +197,7 @@ fi # MOSYLE SELF SERVICE if [[ " $@ " =~ "mosyless" ]]; then - APPNA="Self-Service" + APPNA="'"Self-Service"'" APPPA="/Applications" DOCKPOS=2 fi From cf6e4a75bd77851f812e4c134561857cf0047146 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Wed, 26 Oct 2022 11:13:55 +0100 Subject: [PATCH 5/5] Update dockutil-labels.sh --- dockutil-labels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index 0244a20..00e72c9 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -197,7 +197,7 @@ fi # MOSYLE SELF SERVICE if [[ " $@ " =~ "mosyless" ]]; then - APPNA="'"Self-Service"'" + APPNA='Self-Service' APPPA="/Applications" DOCKPOS=2 fi