From aceb938e0764225ce957f7bdf85d9273fb6d7378 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 14 Feb 2014 21:45:42 -0800 Subject: Another Linux installer fix: do not clobber existing directory permissions! --- ext/installfiles/linux/install.tmpl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/installfiles/linux/install.tmpl.sh b/ext/installfiles/linux/install.tmpl.sh index ffb9db97..1c3ae23c 100644 --- a/ext/installfiles/linux/install.tmpl.sh +++ b/ext/installfiles/linux/install.tmpl.sh @@ -64,7 +64,7 @@ echo 'Extracting files...' if [ $dryRun -gt 0 ]; then echo ">> dry run: tail -c +$blobStart \"$scriptPath\" | gunzip -c | tar -xvop -C / -f -" else - tail -c +$blobStart "$scriptPath" | gunzip -c | tar -xvop -C / -f - + tail -c +$blobStart "$scriptPath" | gunzip -c | tar -xvop --no-overwrite-dir -C / -f - fi if [ $dryRun -eq 0 -a ! -d "/var/lib/zerotier-one" ]; then -- cgit v1.2.3