From: Arne Fitzenreiter Date: Fri, 29 Oct 2021 08:06:23 +0000 (+0200) Subject: core161: reconnect after firewall restart X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09b36b16c3ababba14e0942a2c45593f0d353bff;p=people%2Fstevee%2Fipfire-2.x.git core161: reconnect after firewall restart Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/161/update.sh b/config/rootfiles/core/161/update.sh index 0e4cdeff97..410381f6b6 100644 --- a/config/rootfiles/core/161/update.sh +++ b/config/rootfiles/core/161/update.sh @@ -119,8 +119,11 @@ ldconfig # Filesytem cleanup /usr/local/bin/filesystem-cleanup -# Start services +# restart firewall and reconnect /etc/init.d/firewall restart +/usr/lical/bin/connscheduler reconnect + +# Start services if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then /etc/init.d/ipsec start fi