mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-02-03 06:03:26 +00:00
Create launch-zt-join.sh
This commit is contained in:
12
Helpers/launch-zt-join.sh
Normal file
12
Helpers/launch-zt-join.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
cd /Library/Application\ Support/Purple/
|
||||
if [ "$SHOWDIALOG" == "Y" ]; then
|
||||
echo "Dialog will open"
|
||||
./zt-dialog.sh &
|
||||
./join-zt-network.sh
|
||||
exit 0
|
||||
else
|
||||
echo "Dialog will not open"
|
||||
./join-zt-network.sh
|
||||
exit 0
|
||||
fi
|
||||
Reference in New Issue
Block a user