Ignore:
File:
1 edited

Legend:

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

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