Update start-server.sh

This commit is contained in:
2019-04-29 13:20:07 +02:00
committed by GitHub
parent 1c1fbc6826
commit c463e82651

View File

@@ -49,13 +49,10 @@ else
fi fi
echo "---Prepare Server---" echo "---Prepare Server---"
chmod -R 770 ${DATA_DIR}
sleep infinity sleep infinity
mkdir ${DATA_DIR}/.steam/sdk32
cp -R ${SERVER_DIR}/bin/* ${DATA_DIR}/.steam/sdk32/
chmod -R 770 ${DATA_DIR}
echo "---Start Server---" echo "---Start Server---"
${SERVER_DIR}/srcds_run -game ${GAME_NAME} ${GAME_PARAMS} -console +port ${GAME_PORT} ${SERVER_DIR}/srcds_run -game ${GAME_NAME} ${GAME_PARAMS} -console +port ${GAME_PORT}