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