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