소스 검색

swupdate: don't set default mongoose port in args

Avoid setting the mongoose listing port in the command line arg list.
This is unnecessary as it is the default one and it makes it harder to
change it, as it overrides the user's choice in swupdate.cfg.

Removing it should not have any impact on existing configurations.

Signed-off-by: Oliver Kästner <okaestner@rosen-nxt.com>
Oliver Kaestner 1 개월 전
부모
커밋
6eee1733b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      recipes-support/swupdate/swupdate/10-mongoose-args.in

+ 1 - 1
recipes-support/swupdate/swupdate/10-mongoose-args.in

@@ -1 +1 @@
-SWUPDATE_WEBSERVER_ARGS="-r @@wwwdir@@ ${SWUPDATE_MONGOOSE_EXTRA_ARGS:--p 8080}"
+SWUPDATE_WEBSERVER_ARGS="-r @@wwwdir@@ ${SWUPDATE_MONGOOSE_EXTRA_ARGS}"