diff --git a/latest/install_script.sh b/latest/install_script.sh index 47e9a74..00a8128 100644 --- a/latest/install_script.sh +++ b/latest/install_script.sh @@ -103,5 +103,7 @@ fi echo " " echo "INFO ! Starting vintage-story Server $VS_VERSION" exec $VS_SERVER_DIR/server-$VS_VERSION.sh start +echo "Tailing server log to keep container active..." +exec tail -f $VS_DATA_DIR/Logs/server-main.log exit \ No newline at end of file