From f5ddfb2bc3b9656e83f316d35b45a20032e179db Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Mon, 6 Feb 2023 11:43:52 +0000 Subject: [PATCH] Update dockutil-labels.sh --- dockutil-labels.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index b190690..ad6997b 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -208,6 +208,11 @@ if [[ " $@ " =~ "accountedgene" ]]; then APPNA="AccountEdge NE" APPPA="/Applications" +fi +if [[ " $@ " =~ "3cx" ]]; then + APPNA="3CX Desktop App" + APPPA="/Applications" + fi # ******************************************************************************************************************************** # END APP LABELS @@ -279,4 +284,4 @@ fi if [[ " $@ " =~ '' ]]; then # whatever you want to do when array contains value echo No Label Provided -fi \ No newline at end of file +fi