Ignore:
File:
1 edited

Legend:

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

    r20 r25  
    11#!/bin/bash
    2 # Version 5
    32
    43# Tries to stop the 7dtd instance given as first parameter.
     
    4645                if [ $(isRunning $1) -eq 1 ]; then
    4746                        echo "Failed, force closing server..."
    48                         start-stop-daemon --stop --pidfile $(getInstancePath $1)/7dtd.pid
     47                        $SSD --stop --pidfile $(getInstancePath $1)/7dtd.pid
    4948                fi
    5049
Note: See TracChangeset for help on using the changeset viewer.