Changeset 10
- Timestamp:
- May 15, 2014, 8:42:42 PM (11 years ago)
- Location:
- scripts
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/etc/7dtd.conf
r9 r10 1 1 #!/bin/sh 2 # Version 1 2 3 3 4 # Root directory where steamcmd should be placed -
scripts/etc/init.d/7dtd.sh
r9 r10 1 1 #!/bin/sh 2 # Version 1 2 3 3 4 ### BEGIN INIT INFO -
scripts/usr/local/bin/7dtd-backup.sh
r9 r10 1 1 #!/bin/bash 2 # Version 1 2 3 . /etc/7dtd.conf 3 4 -
scripts/usr/local/bin/7dtd-common.sh
r9 r10 1 1 #!/bin/bash 2 # Version 1 3 2 4 # Provides common functions for 7dtd-scripts. Not intended to be run directly. 3 5 -
scripts/usr/local/bin/7dtd-instances.sh
r9 r10 1 1 #!/bin/bash 2 # Version 1 3 2 4 # Lists available 7dtd instances. 3 5 # Returns: 4 6 # 0 5 6 7 . /usr/local/bin/7dtd-common.sh 7 8 checkRootLoadConf -
scripts/usr/local/bin/7dtd-kill.sh
r9 r10 1 1 #!/bin/bash 2 # Version 1 3 2 4 # Tries to stop the 7dtd instance given as first parameter. 3 5 # Returns: -
scripts/usr/local/bin/7dtd-running.sh
r9 r10 1 1 #!/bin/bash 2 # Version 1 3 2 4 # Checks if the 7dtd instance given as first parameter is running. 3 5 # Returns: -
scripts/usr/local/bin/7dtd-start.sh
r9 r10 1 1 #!/bin/bash 2 # Version 1 3 2 4 # Tries to start the 7dtd instance given as first parameter. 3 5 # Returns: -
scripts/usr/local/bin/7dtd-update.sh
r9 r10 1 1 #!/bin/bash 2 # Version 1 3 2 4 . /usr/local/bin/7dtd-common.sh 3 5 checkRootLoadConf
Note:
See TracChangeset
for help on using the changeset viewer.