„scripts/start-server.sh“ ändern

This commit is contained in:
2022-07-11 13:39:17 +02:00
parent eb768aca26
commit 48e2d7c7aa

View File

@@ -176,6 +176,9 @@ fi
echo "---Prepare Server---" echo "---Prepare Server---"
cp ${DATA_DIR}/steamcmd/linux64/* ${SERVER_DIR} cp ${DATA_DIR}/steamcmd/linux64/* ${SERVER_DIR}
chmod -R ${DATA_PERM} ${DATA_DIR} chmod -R ${DATA_PERM} ${DATA_DIR}
if [ -f ${SERVER_DIR}/libstdc++.so.6 ]; then
rm -rf ${SERVER_DIR}/libstdc++.so.6
fi
echo "---Start Server---" echo "---Start Server---"
cd ${SERVER_DIR} cd ${SERVER_DIR}