backup.pl: correct typo made in directory

Message ID 20260608164149.13559-1-adolf.belka@ipfire.org
State Staged
Commit 505485c31ed5b864a74a60a981019508c122235f
Headers
Series backup.pl: correct typo made in directory |

Commit Message

Adolf Belka 8 Jun 2026, 4:41 p.m. UTC
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/backup/backup.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/config/backup/backup.pl b/config/backup/backup.pl
index cfd1ac40f..f948c4d21 100644
--- a/config/backup/backup.pl
+++ b/config/backup/backup.pl
@@ -85,7 +85,7 @@  restore_backup() {
 
 	# remove all previous blacklist entries from urlfilter
 	# to prevent any clashes between symlinks and files
-	rm -Rf /var/ipfire/urrlfilter/blacklists/*
+	rm -Rf /var/ipfire/urlfilter/blacklists/*
 
 	# Extract backup
 	if ! tar xvzpf "${filename}" -C / \