Installer AppleScript finally reinvokes the app correctly.

This commit is contained in:
Adam Ierymenko 2014-01-10 21:26:50 -08:00
commit 9e508779c2
3 changed files with 3 additions and 1 deletions

View file

@ -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"