ソースを参照

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}"