mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Installer AppleScript finally reinvokes the app correctly.
This commit is contained in:
parent
14d144ea22
commit
9e508779c2
3 changed files with 3 additions and 1 deletions
|
@ -35,6 +35,8 @@ if [ ! -e "$secret" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
rm -f *.nfo
|
||||
|
||||
for inst in `ls ZeroTierOneInstaller-*-*-*_*_*`; do
|
||||
echo "Found installer: $inst"
|
||||
nfo="$inst.nfo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue