We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304ab7c commit aab899dCopy full SHA for aab899d
1 file changed
scripts/start.sh
@@ -83,4 +83,11 @@ LogSuccess "Server config patched"
83
84
LogInfo "Server is starting..."
85
86
-exec xvfb-run --auto-servernum wine "$SERVER_EXEC" -log -STDOUT
+LOG_FILE="$SERVER_FILES/R5/Saved/Logs/R5.log"
87
+
88
+xvfb-run --auto-servernum wine "$SERVER_EXEC" -log &
89
+wine_pid=$!
90
91
+tail -F "$LOG_FILE" 2>/dev/null &
92
93
+wait $wine_pid
0 commit comments