Changeset 19 for scripts/usr/local/lib/7dtd/commands/updateengine.sh
- Timestamp:
- May 23, 2014, 6:39:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/commands/updateengine.sh
r17 r19 7 7 for I in $(getInstanceList); do 8 8 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\")." 10 10 echo "Before updating the engine please stop all instances!" 11 11 return
Note:
See TracChangeset
for help on using the changeset viewer.