Changeset 36
- Timestamp:
- Jun 2, 2014, 2:53:04 AM (10 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrapper/bootstrap.sh
r35 r36 178 178 echo -e "Downloading and installing Linux engine\n" 179 179 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/ 181 181 182 182 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 184 185 chmod 0755 /home/sdtd/linux_files/engine/7DaysToDie.x86 185 186 -
scripts/usr/local/lib/7dtd/commands/start.sh
r35 r36 32 32 OPTS="-logfile $(getInstancePath $1)/output_log.txt -configfile=$(getInstancePath $1)/config.xml -dedicated" 33 33 34 $SSD --start $SSD_PID $SSD_DAEMON $SSD_USER --chdir $SDTD_BASE/engine --exec $SDTD_BASE/engine/7DaysToDie.x86 -- $OPTS > $(getInstancePath $1)/stdout.log 2>&134 LD_LIBRARY_PATH=$SDTD_BASE/linux_files $SSD --start $SSD_PID $SSD_DAEMON $SSD_USER --chdir $SDTD_BASE/engine --exec $SDTD_BASE/engine/7DaysToDie.x86 -- $OPTS > $(getInstancePath $1)/stdout.log 2>&1 35 35 sleep 1 36 36
Note:
See TracChangeset
for help on using the changeset viewer.