From b5abd5ccd3ac4835bdb6e5a1c49d359f50635e68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Tue, 22 Mar 2022 17:35:11 +0000 Subject: [PATCH] Core Update 166: There is no need for /dev/null in that GPG call MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/166/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/166/update.sh b/config/rootfiles/core/166/update.sh index cd7f320e2f..531be57f81 100644 --- a/config/rootfiles/core/166/update.sh +++ b/config/rootfiles/core/166/update.sh @@ -300,7 +300,7 @@ rm -rvf \ GNUPGHOME="/opt/pakfire/etc/.gnupg" gpg --batch --yes --delete-keys 179740DC4D8C47DC63C099C74BDE364C64D96617 # Add new 2022 Pakfire key to GPG keyring -GNUPGHOME="/opt/pakfire/etc/.gnupg" gpg --import /opt/pakfire/pakfire-2022.key &>/dev/null +GNUPGHOME="/opt/pakfire/etc/.gnupg" gpg --import /opt/pakfire/pakfire-2022.key # Stop services /etc/init.d/ipsec stop -- 2.39.5