Update start-server.sh

This commit is contained in:
2019-04-28 11:36:20 +02:00
committed by GitHub
parent a5422adf4c
commit cfbc29058d

View File

@@ -34,6 +34,8 @@ fi
echo "---Prepare Server---" echo "---Prepare Server---"
chmod -R 770 ${DATA_DIR} chmod -R 770 ${DATA_DIR}
sleep-infinity
echo "---Start Server---" echo "---Start Server---"
cd ${SERVER_DIR} cd ${SERVER_DIR}
./arma3server ${game_params} ./arma3server ${game_params}