Update dockutil-labels.sh

This commit is contained in:
Michael
2023-02-06 11:43:52 +00:00
committed by GitHub
parent aba33058e3
commit f5ddfb2bc3

View File

@@ -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
fi