Index: bootstrapper/bootstrap.sh
===================================================================
--- bootstrapper/bootstrap.sh	(revision 35)
+++ bootstrapper/bootstrap.sh	(revision 36)
@@ -178,8 +178,9 @@
 	echo -e "Downloading and installing Linux engine\n"
 	wget -nv http://illy.bz/fi/7dtd/linux_files.tar.gz -O /tmp/linux_files.tar.gz
-	tar --touch -xzf /tmp/linux_files.gz -C /home/sdtd/
+	tar --touch -xzf /tmp/linux_files.tar.gz -C /home/sdtd/
 
 	chown sdtd.sdtd /home/sdtd/linux_files
-	chmod 0644 /home/sdtd/linux_files
+	chmod 0644 -R /home/sdtd/linux_files
+	chmod 0755 /home/sdtd/linux_files /home/sdtd/linux_files/engine
 	chmod 0755 /home/sdtd/linux_files/engine/7DaysToDie.x86
 
