Ignore:
Timestamp:
May 17, 2014, 6:14:22 PM (11 years ago)
Author:
alloc
Message:

Minor cleanups

File:
1 edited

Legend:

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

    r14 r16  
    9191#   PID otherwise
    9292getInstancePID() {
    93         run=$(isRunning $1)
    94         if [ $run -eq 1 ]; then
     93        if [ $(isRunning $1) -eq 1 ]; then
    9594                cat $(getInstancePath $1)/7dtd.pid
    9695        else
Note: See TracChangeset for help on using the changeset viewer.