diff --git a/rootfs/standard/usr/bin/mynode_post_upgrade.sh b/rootfs/standard/usr/bin/mynode_post_upgrade.sh index b204f299..56d3e7c0 100755 --- a/rootfs/standard/usr/bin/mynode_post_upgrade.sh +++ b/rootfs/standard/usr/bin/mynode_post_upgrade.sh @@ -133,7 +133,7 @@ fi # Enable any new/required services -# systemctl enable ... +systemctl enable firewall # Reload service settings systemctl daemon-reload diff --git a/rootfs/standard/usr/share/mynode/changelog b/rootfs/standard/usr/share/mynode/changelog index 5b4a034d..d6139ce2 100644 --- a/rootfs/standard/usr/share/mynode/changelog +++ b/rootfs/standard/usr/share/mynode/changelog @@ -1,3 +1,6 @@ +=== v0.1.46 === +- Improve VPN consistency between device reboots + === v0.1.45 === - Improve Tor webpage information - Add Tor services for RTL, LND Hub, GUI Access, and more