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] 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