Update start-server.sh

This commit is contained in:
2019-04-29 17:32:41 +02:00
committed by GitHub
parent c463e82651
commit b380bc7f24

View File

@@ -49,6 +49,13 @@ else
fi
echo "---Prepare Server---"
if [ ! -d ${DATA_DIR}/.steam/sdk32 ]; then
mkdir ${DATA_DIR}/.steam/sdk32
cp -R ${SERVER_DIR}/bin/* ${DATA_DIR}/.steam/sdk32/
echo "---Server ready---"
else
echo "---Server ready---"
fi
chmod -R 770 ${DATA_DIR}
sleep infinity