install-mender.sh: Propagate "--demo" flag to mender setup
Description
Acceptance criteria:
mender setup accepts "--demo" in combination to "--serverUrl", and in that case it treats it the same was as for hosted: use demo polling intervals but production setup configuration
install-mender-sh script passes "--demo" to mender setup
I decided to post-pone this one until Mender 3.3 is out
Lluis Campos October 25, 2021 at 1:42 PM
While working on this, I decided to remove the ambiguity between "demo" server and "demo" intervals (similar to the work we have done on mender-convert).
Acceptance criteria:
mender setup accepts "--demo" in combination to "--serverUrl", and in that case it treats it the same was as for hosted: use demo polling intervals but production setup configuration
install-mender-sh script passes "--demo" to mender setup
GUI bash snippets simplified accordingly