From patchwork Mon Jun 8 16:41:49 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9915 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gYyVr2KWRz3wb2 for ; Mon, 08 Jun 2026 16:41:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gYyVq6sTDz5h8 for ; Mon, 08 Jun 2026 16:41:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gYyVq67v9z32K7 for ; Mon, 08 Jun 2026 16:41:55 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gYyVn2XJdz2xM3 for ; Mon, 08 Jun 2026 16:41:53 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gYyVm136vz12S; Mon, 08 Jun 2026 16:41:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1780936912; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=APeMLHoONMqFHZd/Qo/NXcaMFaa9+Wod1qSNQY/orCc=; b=K19cZDj3eVLpW0INnyK5iVdefh2CLDtNQYcT7Qx2Nl0Ek1AO47Rt6RcPdwRyvZcoyW+hoc chfDoW0V3RSAA5Cw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1780936912; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=APeMLHoONMqFHZd/Qo/NXcaMFaa9+Wod1qSNQY/orCc=; b=oImX3jBG+izdFyG+wGg6UtlsPeN+9/5i4CFxwClwHlQ2Z0kH7W2L/fFPKscoirpfagp1Uu P7MHYaXYllRnB08tdCb1sn8UWtuM9YAmgQKGQ3gXKllvwsfaUJ7IGNqkL3t0G5xiPloAiD Zv4norHx0g4vKvJPZhfDG8HkNqlHUftZdtdnnxlW0X2n15NRcKLmRXWuc2JWmUrlWONvlE cCzZJ7ZWcQg8069skGR50fpG21gsb1dFYTMR9+frbDU9QZ+HkyYUo0EdtLG5brvlFHKt0S nYH8umsYd8DuAvRaYyrysNiBR/HiDgetHdYdrKY6l8RM9Dqxl1eTUcxkSt7v7w== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] backup.pl: correct typo made in directory Date: Mon, 8 Jun 2026 18:41:49 +0200 Message-ID: <20260608164149.13559-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- config/backup/backup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 / \