„scripts/start-server.sh“ ändern

This commit is contained in:
2019-05-30 10:48:52 +02:00
parent 7fb78d0ff3
commit 795dfc8697

View File

@@ -48,8 +48,6 @@ echo "---Prepare Server---"
cp ${DATA_DIR}/steamcmd/linux32/* ${SERVER_DIR} cp ${DATA_DIR}/steamcmd/linux32/* ${SERVER_DIR}
chmod -R 770 ${DATA_DIR} chmod -R 770 ${DATA_DIR}
sleep infintiy
echo "---Start Server---" echo "---Start Server---"
cd ${SERVER_DIR} cd ${SERVER_DIR}
screen -S ArmA3 -L -Logfile ${SERVER_DIR}/Arma3Log.0 -d -m ./arma3server ${GAME_PARAMS} screen -S ArmA3 -L -Logfile ${SERVER_DIR}/Arma3Log.0 -d -m ./arma3server ${GAME_PARAMS}