mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
Linux buildinstaller fix.
This commit is contained in:
parent
63d6052159
commit
029f64495c
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ case "$system" in
|
||||||
cd ..
|
cd ..
|
||||||
rm -f $targ
|
rm -f $targ
|
||||||
cat ext/installfiles/linux/install.tmpl.sh build-installer-tmp.tar.gz >$targ
|
cat ext/installfiles/linux/install.tmpl.sh build-installer-tmp.tar.gz >$targ
|
||||||
|
chmod 0755 $targ
|
||||||
rm -f build-installer-tmp.tar.gz
|
rm -f build-installer-tmp.tar.gz
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue