„scripts/start-server.sh“ ändern

This commit is contained in:
2019-05-30 09:13:55 +02:00
parent c08624f30c
commit 6c7e426500

View File

@@ -39,10 +39,16 @@ if [ ! -f ${SERVER_DIR}/server.cfg ]; then
else
echo "---server.cfg found..."
fi
echo "---Starting MariaDB---"
exec mysqld
cp ${DATA_DIR}/steamcmd/linux32/* ${SERVER_DIR}
chmod -R 770 ${DATA_DIR}
sleep infintiy
echo "---Start Server---"
cd ${SERVER_DIR}
./arma3server ${GAME_PARAMS}