Update dockutil-labels.sh

This commit is contained in:
Michael
2023-06-15 16:02:26 +01:00
committed by GitHub
parent 856d098424
commit d103fe2fcd

View File

@@ -292,6 +292,11 @@ if [[ " $@ " =~ "nordpass" ]]; then
APPNA="NordPass" APPNA="NordPass"
APPPA="/Applications" APPPA="/Applications"
fi
if [[ " $@ " =~ "btcloudphone" ]]; then
APPNA="BT Cloud Phone"
APPPA="/Applications"
fi fi
# ******************************************************************************************************************************** # ********************************************************************************************************************************
# END APP LABELS # END APP LABELS