From d45152f05f43145be8ec2945975e3e9eac31841a Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 20 Sep 2022 18:01:43 +0100 Subject: [PATCH] Update zt-dialog.sh --- zt-dialog.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/zt-dialog.sh b/zt-dialog.sh index a31550a..3b099d9 100644 --- a/zt-dialog.sh +++ b/zt-dialog.sh @@ -1,6 +1,5 @@ !/bin/bash # -NETNAME=$@ # List of apps to process # Provide the display name as you prefer and the path to the app/file. ex: "Google Chrome,/Applications/Google Chrome.app" # Tip: Check for something like print drivers using the pkg receipt, ex: "Konica-Minolta drivers,/var/db/receipts/jp.konicaminolta.print.package.C759.plist" @@ -11,8 +10,8 @@ apps=( ) # Dialog display settings, change as desired -title="Joining $NETNAME's ZeroTier Network" -message="Please wait whilst we join the $NET network for you." +title="Joining $ZTNETNAME's ZeroTier Network" +message="Please wait whilst we join the $ZTNETNAME network for you." # location of dialog and dialog command file dialogApp="/usr/local/bin/dialog" @@ -33,7 +32,7 @@ function dialog_command(){ } function finalise(){ - dialog_command "progresstext: Successfully Joined the $NETNAME Network" + dialog_command "progresstext: Successfully Joined the $ZTNETNAME Network" dialog_command "progress: complete" dialog_command "button1text: Done" dialog_command "button1: enable"