Update dockutil-labels.sh

This commit is contained in:
Michael
2023-07-07 16:53:28 +01:00
committed by GitHub
parent 744ced76f2
commit 339f817e9d

View File

@@ -42,6 +42,11 @@ if [[ " $@ " =~ "googlechrome" ]]; then
APPNA="Google Chrome"
APPPA="/Applications"
fi
if [[ " $@ " =~ "googlechromeenterprise" ]]; then
APPNA="Google Chrome"
APPPA="/Applications"
fi
if [[ " $@ " =~ "firefox" ]]; then
APPNA="Firefox"