| Message ID | 20260608164149.13559-1-adolf.belka@ipfire.org |
|---|---|
| State | Staged |
| Commit | 505485c31ed5b864a74a60a981019508c122235f |
| Headers | |
| Series | backup.pl: correct typo made in directory | |
Commit Message
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 / \