Parcourir la source

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 il y a 1 mois
Parent
commit
6eee1733b4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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}"