Changeset 37 for bootstrapper


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

Bootstrapper: Minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrapper/bootstrap.sh

    r36 r37  
    180180        tar --touch -xzf /tmp/linux_files.tar.gz -C /home/sdtd/
    181181
    182         chown sdtd.sdtd /home/sdtd/linux_files
     182        chown sdtd.sdtd -R /home/sdtd/linux_files
    183183        chmod 0644 -R /home/sdtd/linux_files
    184         chmod 0755 /home/sdtd/linux_files /home/sdtd/linux_files/engine
     184        find /home/sdtd/linux_files -type d -exec chmod 0755 {} \;
    185185        chmod 0755 /home/sdtd/linux_files/engine/7DaysToDie.x86
    186186
Note: See TracChangeset for help on using the changeset viewer.