From 1ae67a3a328d89ebaf44600e8e6e50405bd8eb3d Mon Sep 17 00:00:00 2001 From: fithwum Date: Tue, 28 Jul 2026 10:03:04 -0700 Subject: [PATCH] test --- latest/install_script.sh | 2 ++ 1 file changed, 2 insertions(+) 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