From cf6e4a75bd77851f812e4c134561857cf0047146 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Wed, 26 Oct 2022 11:13:55 +0100 Subject: [PATCH] Update dockutil-labels.sh --- dockutil-labels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index 0244a20..00e72c9 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -197,7 +197,7 @@ fi # MOSYLE SELF SERVICE if [[ " $@ " =~ "mosyless" ]]; then - APPNA="'"Self-Service"'" + APPNA='Self-Service' APPPA="/Applications" DOCKPOS=2 fi