diff --git a/scripts/start-server.sh b/scripts/start-server.sh index f473a87..68a8588 100644 --- a/scripts/start-server.sh +++ b/scripts/start-server.sh @@ -72,4 +72,4 @@ echo "---Server ready---" echo "---Start Server---" cd ${SERVER_DIR} -colonyserver.x86_64 -batchmode -nographics +server.name "${SRV_NAME}" +server.networktype ${SRV_NETTYPE} +server.world ${SRV_WORLDNAME} ${GAME_PARAMS} \ No newline at end of file +${SERVER_DIR}/colonyserver.x86_64 -batchmode -nographics +server.name "${SRV_NAME}" +server.networktype ${SRV_NETTYPE} +server.world ${SRV_WORLDNAME} ${GAME_PARAMS} \ No newline at end of file