From 17da85ef30c13b8cf0261e8b2043ce60ef9136c9 Mon Sep 17 00:00:00 2001 From: jimbo2k2 <42574264+jimbo2k2@users.noreply.github.com> Date: Thu, 15 Sep 2022 20:23:56 +0100 Subject: [PATCH] Added several apps & path for Mosyle Self Service --- dockutil-labels.sh | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index 85a5bd7..afd4d36 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -73,7 +73,11 @@ if [[ " $@ " =~ "zoom" ]]; then APPPA="/Applications" DOCKPOS=end fi - +if [[ " $@ " =~ "skype" ]]; then + APPNA="Skype" + APPPA="/Applications" + DOCKPOS=end +fi # ADOBE APPS if [[ " $@ " =~ "photoshop2022" ]]; then APPNA="Adobe Photoshop 2022" @@ -95,7 +99,11 @@ if [[ " $@ " =~ "acrobatdc" ]]; then APPPA="/Applications/Adobe Acrobat DC" DOCKPOS=end fi - +if [[ " $@ " =~ "adobecreativeclouddesktop" ]]; then + APPNA="Adobe Creative Cloud" + APPPA="/Applications/Utilities/Adobe Creative Cloud/ACC" + DOCKPOS=end +fi #OTHERS if [[ " $@ " =~ "mail" ]]; then APPNA="Mail" @@ -112,7 +120,16 @@ if [[ " $@ " =~ "news" ]]; then APPPA="/Applications" DOCKPOS=end fi - +if [[ " $@ " =~ "filezilla" ]]; then + APPNA="FileZilla" + APPPA="/Applications" + DOCKPOS=end +fi +if [[ " $@ " =~ "teamviewer" ]]; then + APPNA="TeamViewer" + APPPA="/Applications" + DOCKPOS=end +fi # ******************************************************************************************************************************** # END APP LABELS # ******************************************************************************************************************************** @@ -122,6 +139,7 @@ fi # MOSYLE SELF SERVICE if [[ " $@ " =~ "mosyless" ]]; then APPNA="Self-Service" + APPPA="/Applications" DOCKPOS=2 fi