Skip to content

Commit f28e457

Browse files
authored
remove duplicates (#4)
- environment variables are set in Dockerfile already - same story for wineboot
1 parent 320f365 commit f28e457

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

start-server.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
#!/bin/bash
22
set -e
33

4-
export WINEDEBUG=-all
5-
export WINEARCH=win64
6-
export WINEPREFIX=/opt/wine64
7-
export XDG_RUNTIME_DIR=/tmp
8-
9-
# skip wineboot if initialized already
10-
if [ ! -d "$WINEPREFIX" ]; then
11-
echo "Initialize wine..."
12-
wineboot --init && sleep 5
13-
fi
14-
154
echo "Installing/updating SCUM dedicated server..."
165
/opt/steamcmd/steamcmd.sh +@sSteamCmdForcePlatformType windows \
176
+force_install_dir /opt/scumserver \

0 commit comments

Comments
 (0)