- File:
- 
      - 1 edited
 
 - 
          
  scripts/usr/local/lib/7dtd/commands/start.sh (modified) (3 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      scripts/usr/local/lib/7dtd/commands/start.shr20 r25 1 1 #!/bin/bash 2 # Version 53 2 4 3 # Tries to start the 7dtd instance. … … 40 39 OPTS="-quit -batchmode -nographics -configfile=$(getInstancePath $1)/config.xml -dedicated" 41 40 42 start-stop-daemon--start $SSD_PID $SSD_DAEMON $SSD_USER --chdir $SDTD_BASE/engine --exec $WINE -- $SDTD_BASE/engine/7DaysToDie.exe $OPTS > $(getInstancePath $1)/stdout.log 2>&141 $SSD --start $SSD_PID $SSD_DAEMON $SSD_USER --chdir $SDTD_BASE/engine --exec $WINE -- $SDTD_BASE/engine/7DaysToDie.exe $OPTS > $(getInstancePath $1)/stdout.log 2>&1 43 42 sleep 1 44 43 … … 50 49 SSD_MONITOR_PID="--pidfile $(getInstancePath $1)/monitor.pid --make-pidfile" 51 50 SSD_MONITOR_DAEMON="--background" 52 start-stop-daemon--start $SSD_MONITOR_PID $SSD_MONITOR_DAEMON --exec "/usr/local/lib/7dtd/monitor-log.sh" -- "$1"51 $SSD --start $SSD_MONITOR_PID $SSD_MONITOR_DAEMON --exec "/usr/local/lib/7dtd/monitor-log.sh" -- "$1" 53 52 echo "Done!" 54 53 else 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
