Changes in scripts/usr/local/lib/7dtd/common.sh [25:20]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/common.sh
r25 r20 1 1 #!/bin/bash 2 # Version 5 2 3 3 4 # Provides common functions for 7dtd-scripts. Not intended to be run directly. … … 61 62 # 1 = running 62 63 isRunning() { 63 $SSD--status --pidfile $(getInstancePath $1)/7dtd.pid64 start-stop-daemon --status --pidfile $(getInstancePath $1)/7dtd.pid 64 65 if [ $? -eq 0 ]; then 65 66 echo 1
Note:
See TracChangeset
for help on using the changeset viewer.