RunOnFlux/fluxnode-multitool

[FEATURE_REQUEST] Reinstall Flux Node Option 2 - Import UPNP Settings

Closed this issue · 1 comments

Is your feature request related to a problem? If so, please describe.

When reinstalling flux node option 2, the upnp settings are not imported what makes the need to execute the option 14 after the option 2 is finished.

Describe the solution you'd like

Import UPNP settings when reinstalling a FluxNode under option 2. And execute what is needed to make it work like option 14.

Priority

Low (Nice-to-have)

Is this something you would be keen to implement

No

I think this has been implemented already.

It was added in 3f39912

if [[ "$gateway_ip" != "" && "$upnp_port" != "" ]]; then
upnp_enable
fi