Changeset 39 for scripts


Ignore:
Timestamp:
Jun 2, 2014, 1:39:16 PM (10 years ago)
Author:
alloc
Message:

Minor bootstrapper changes

File:
1 edited

Legend:

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

    r36 r39  
    2121        if [ $(isRunning $1) -eq 0 ]; then
    2222                setAllPlayersOffline $1
    23                 rm $(getInstancePath $1)/output_log.txt
     23                rm -f $(getInstancePath $1)/output_log.txt
    2424               
    2525                for H in $(getHooksFor serverPreStart); do
Note: See TracChangeset for help on using the changeset viewer.