mirror of
https://github.com/ZorgCC/docker-games-scripts.git
synced 2025-02-23 20:01:07 +03:00
7 lines
241 B
Bash
Executable File
7 lines
241 B
Bash
Executable File
#!/bin/bash
|
|
$VALVE_GAME_FOLDER/7DaysToDieServer.x86_64 \
|
|
-logfile $VALVE_VOLUME_FOLDER/7d2d_output_`date +%Y-%m-%d_%H-%M`.log \
|
|
-quit -batchmode -nographics -dedicated \
|
|
-configfile=$VALVE_VOLUME_FOLDER/serverconfig.xml
|
|
|