Changeset 36 for bootstrapper


Ignore:
Timestamp:
Jun 2, 2014, 2:53:04 AM (10 years ago)
Author:
alloc
Message:

Bootstrapper typo, LD_LIB_PATH in startscript

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrapper/bootstrap.sh

    r35 r36  
    178178        echo -e "Downloading and installing Linux engine\n"
    179179        wget -nv http://illy.bz/fi/7dtd/linux_files.tar.gz -O /tmp/linux_files.tar.gz
    180         tar --touch -xzf /tmp/linux_files.gz -C /home/sdtd/
     180        tar --touch -xzf /tmp/linux_files.tar.gz -C /home/sdtd/
    181181
    182182        chown sdtd.sdtd /home/sdtd/linux_files
    183         chmod 0644 /home/sdtd/linux_files
     183        chmod 0644 -R /home/sdtd/linux_files
     184        chmod 0755 /home/sdtd/linux_files /home/sdtd/linux_files/engine
    184185        chmod 0755 /home/sdtd/linux_files/engine/7DaysToDie.x86
    185186
Note: See TracChangeset for help on using the changeset viewer.