Changeset 17 for scripts/etc/7dtd.conf


Ignore:
Timestamp:
May 21, 2014, 6:31:05 PM (10 years ago)
Author:
alloc
Message:

Version 4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/etc/7dtd.conf

    r10 r17  
    11#!/bin/sh
    2 # Version 1
     2# Version 4
    33
    44# Root directory where steamcmd should be placed
     
    77export STEAM_PASS=
    88
    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
    1310export SDTD_BASE=/home/sdtd
    1411
     
    2118
    2219# Paths to binaries. Use "which BINARYNAME" to find the path of a single binary
    23 export CP=/bin/cp
    2420export RSYNC=/usr/bin/rsync
    25 export DU=/usr/bin/du
    26 export FREE=/usr/bin/free
    27 export AWK=/usr/bin/awk
    28 export PIDOF=/bin/pidof
    2921export WINE=/usr/bin/wine
     22export XMLSTARLET=/usr/bin/xmlstarlet
Note: See TracChangeset for help on using the changeset viewer.