From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/2] convert-to-location: Fix double patch declaration Date: Sat, 11 Jul 2020 12:11:01 +0200 Message-ID: <20200711101102.2528-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7880823020148573875==" List-Id: --===============7880823020148573875== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- src/scripts/convert-to-location | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/convert-to-location b/src/scripts/convert-to-location index 2d830078a..db61d3c79 100755 --- a/src/scripts/convert-to-location +++ b/src/scripts/convert-to-location @@ -36,7 +36,7 @@ if [ -f "$FW_CONF_DIR/geoipblock" ]; then for file in "$FW_CONF_DIR/config" "$FW_CONF_DIR/input" "$FW_CONF_DIR/outgoi= ng"; do # Convert pattern which indicates location based rules to the new # ones. - sed -i 's/cust_geoip/cust_location/g' "$FW_CONF_DIR/$file" + sed -i 's/cust_geoip/cust_location/g' "$file" done =20 # Rename indicator for location based groups to the new one. --=20 2.20.1 --===============7880823020148573875==--