diff --git a/dockutil-labels.sh b/dockutil-labels.sh index f861015..bbfb59a 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -292,6 +292,11 @@ if [[ " $@ " =~ "nordpass" ]]; then APPNA="NordPass" APPPA="/Applications" +fi +if [[ " $@ " =~ "btcloudphone" ]]; then + APPNA="BT Cloud Phone" + APPPA="/Applications" + fi # ******************************************************************************************************************************** # END APP LABELS