mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
"make official" for Mac now builds update image as well as pkg (update image is just PKG + SFX script)
This commit is contained in:
parent
87e3b5f076
commit
0e4d3244b2
2 changed files with 18 additions and 10 deletions
|
@ -12,7 +12,7 @@ scriptPath="`dirname "$0"`/`basename "$0"`"
|
|||
if [ ! -s "$scriptPath" ]; then
|
||||
scriptPath="$0"
|
||||
if [ ! -s "$scriptPath" ]; then
|
||||
echo "Installer cannot determine its own path; $scriptPath is not readable."
|
||||
echo "*** Auto-updater cannot determine its own path; $scriptPath is not readable."
|
||||
exit 2
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue