Ignore:
Timestamp:
May 27, 2014, 10:32:48 AM (10 years ago)
Author:
alloc
Message:

Version 8: start-stop-daemon location by variable

File:
1 edited

Legend:

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

    r23 r25  
    4545                if [ $(isRunning $1) -eq 1 ]; then
    4646                        echo "Failed, force closing server..."
    47                         start-stop-daemon --stop --pidfile $(getInstancePath $1)/7dtd.pid
     47                        $SSD --stop --pidfile $(getInstancePath $1)/7dtd.pid
    4848                fi
    4949
Note: See TracChangeset for help on using the changeset viewer.