From 1bbe1ee67a942a64372fa872573cf805745cb765 Mon Sep 17 00:00:00 2001 From: Taylor Helsper Date: Mon, 16 Sep 2019 18:46:20 -0500 Subject: [PATCH] Improve VPN consistency between reboots --- rootfs/standard/usr/bin/mynode_post_upgrade.sh | 2 +- rootfs/standard/usr/share/mynode/changelog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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