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

    r14 r16  
    55checkRootLoadConf
    66
    7 for I in $SDTD_BASE/instances/*; do
    8         ins=`basename $I`
    9         run=$(isRunning $ins)
    10         if [ $run -eq 1 ]; then
     7for I in $(getInstanceList); do
     8        if [ $(isRunning $I) -eq 1 ]; then
    119                echo "At least one instance is still running."
    1210                echo "Before updating the engine please stop all instances!"
Note: See TracChangeset for help on using the changeset viewer.