Changeset 25 for scripts/usr/local/lib/7dtd/common.sh
- Timestamp:
- May 27, 2014, 10:32:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/common.sh
r23 r25 61 61 # 1 = running 62 62 isRunning() { 63 start-stop-daemon--status --pidfile $(getInstancePath $1)/7dtd.pid63 $SSD --status --pidfile $(getInstancePath $1)/7dtd.pid 64 64 if [ $? -eq 0 ]; then 65 65 echo 1
Note:
See TracChangeset
for help on using the changeset viewer.