Update scripts/start-server.sh

This commit is contained in:
2023-07-04 08:43:27 +02:00
parent f8a4a5194e
commit 1ba22a8c59

View File

@@ -57,7 +57,7 @@ echo "---Checking if everything is in place---"
if [ ! -f ${DATA_DIR}/.steam/sdk64/steamclient.so ]; then
echo "---Moving files in place---"
if [ ! -d ${DATA_DIR}/.steam/sdk64 ]; then
mkdir ${DATA_DIR}/.steam/sdk64
mkdir -p ${DATA_DIR}/.steam/sdk64
fi
cp ${SERVER_DIR}/linux64/steamclient.so ${DATA_DIR}/.steam/sdk64/steamclient.so
sleep 2