[2/2] convert-to-location: Regenerate firewall chains.

Message ID 20200711101102.2528-2-stefan.schantl@ipfire.org
State Accepted
Commit bbaf9bdf21bff1a48eef82e6807a28d1e939783d
Headers
Series [1/2] convert-to-location: Fix double patch declaration |

Commit Message

Stefan Schantl July 11, 2020, 10:11 a.m. UTC
  The firewall chain for location based rules has been renamed to
LOCATIONBLOCK and therefore the fiewall needs to be restarted and
the chains regenerated.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 src/scripts/convert-to-location | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

diff --git a/src/scripts/convert-to-location b/src/scripts/convert-to-location
index db61d3c79..9149b854d 100755
--- a/src/scripts/convert-to-location
+++ b/src/scripts/convert-to-location
@@ -44,6 +44,9 @@  if [ -f "$FW_CONF_DIR/geoipblock" ]; then
 
 	# Rename file to the new name.
 	mv "$HOSTS_CONF_DIR/customgeoipgrp" "$HOSTS_CONF_DIR/customlocationgrp"
+
+	# Regenerate firewall chains.
+	/etc/init.d/firewall restart
 fi
 
 # Finished.