Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/usr/local/lib/7dtd/common.sh

    r20 r25  
    11#!/bin/bash
    2 # Version 5
    32
    43# Provides common functions for 7dtd-scripts. Not intended to be run directly.
     
    6261#   1 = running
    6362isRunning() {
    64         start-stop-daemon --status --pidfile $(getInstancePath $1)/7dtd.pid
     63        $SSD --status --pidfile $(getInstancePath $1)/7dtd.pid
    6564        if [ $? -eq 0 ]; then
    6665                echo 1
Note: See TracChangeset for help on using the changeset viewer.