@@ -4091,6 +4091,10 @@ function time_synchronisation {
}
function configure_firewall {
+ if grep -q "RELATED" /etc/firewall.conf; then
+ # recreate the firewall to remove RELATED
+ sed -i "/firewall/d" $COMPLETION_FILE
+ fi
if grep -Fxq "configure_firewall" $COMPLETION_FILE; then
return
fi