Changeset 16 for scripts/usr/local/bin/7dtd-common.sh
- Timestamp:
- May 17, 2014, 6:14:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/bin/7dtd-common.sh
r14 r16 91 91 # PID otherwise 92 92 getInstancePID() { 93 run=$(isRunning $1) 94 if [ $run -eq 1 ]; then 93 if [ $(isRunning $1) -eq 1 ]; then 95 94 cat $(getInstancePath $1)/7dtd.pid 96 95 else
Note:
See TracChangeset
for help on using the changeset viewer.