Ignore:
Timestamp:
May 23, 2014, 6:39:58 PM (10 years ago)
Author:
alloc
Message:

Instance management

File:
1 edited

Legend:

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

    r17 r19  
    77        for I in $(getInstanceList); do
    88                if [ $(isRunning $I) -eq 1 ]; then
    9                         echo "At least one instance is still running."
     9                        echo "At least one instance is still running (\"$I\")."
    1010                        echo "Before updating the engine please stop all instances!"
    1111                        return
Note: See TracChangeset for help on using the changeset viewer.