Sfoglia il codice sorgente

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 mese fa
parent
commit
6eee1733b4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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}"