Changeset 17 for scripts/etc/7dtd.conf
- Timestamp:
- May 21, 2014, 6:31:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/etc/7dtd.conf
r10 r17 1 1 #!/bin/sh 2 # Version 12 # Version 4 3 3 4 4 # Root directory where steamcmd should be placed … … 7 7 export STEAM_PASS= 8 8 9 # Root directory of the engine 10 export SDTD_ROOT=/home/sdtd/7dtd 11 12 # Root of the 7dtd folders, containing e.g. the "instances" folder 9 # Root of the 7dtd folders, containing e.g. the "engine", "instances" folders 13 10 export SDTD_BASE=/home/sdtd 14 11 … … 21 18 22 19 # Paths to binaries. Use "which BINARYNAME" to find the path of a single binary 23 export CP=/bin/cp24 20 export RSYNC=/usr/bin/rsync 25 export DU=/usr/bin/du26 export FREE=/usr/bin/free27 export AWK=/usr/bin/awk28 export PIDOF=/bin/pidof29 21 export WINE=/usr/bin/wine 22 export XMLSTARLET=/usr/bin/xmlstarlet
Note:
See TracChangeset
for help on using the changeset viewer.