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-running.sh

    r14 r16  
    1414checkInstanceValid $1
    1515
    16 res=$(isRunning $1)
    17 if [ $res -eq 1 ]; then
     16if [ $(isRunning $1) -eq 1 ]; then
    1817        echo "7dtd instance $1 is running"
    1918        echo "Open ports:"
Note: See TracChangeset for help on using the changeset viewer.