Ignore:
File:
1 edited

Legend:

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

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