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 c2b2458 commit 2e82e03Copy full SHA for 2e82e03
2 files changed
scripts/init.sh
@@ -38,6 +38,9 @@ mkdir -p /home/steam/.config
38
chown -R steam:steam /home/steam/server-files
39
chown -R steam:steam /home/steam/.local /home/steam/.config
40
41
+mkfifo /tmp/romestead-stdin
42
+chmod 666 /tmp/romestead-stdin
43
+
44
su - steam -c "cd /home/steam/server && ./start.sh" &
45
killpid="$!"
46
scripts/start.sh
@@ -9,8 +9,6 @@ mkdir -p /home/steam/.local/share/GameAnalytics
9
export LD_LIBRARY_PATH="/home/steam/server-files:/home/steam/server-files/linux64:${LD_LIBRARY_PATH}"
10
11
FIFO=/tmp/romestead-stdin
12
-mkfifo "$FIFO"
13
-chmod 622 "$FIFO"
14
15
LogAction "Starting Romestead Dedicated Server"
16
0 commit comments