]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/rootfiles/core/166/update.sh
Core Update 166: There is no need for /dev/null in that GPG call
[people/pmueller/ipfire-2.x.git] / config / rootfiles / core / 166 / update.sh
index cd7f320e2f57afe23b10b713543ee96fd2eb9faf..531be57f8181de68ff1dcd8516829a13dde54fb4 100644 (file)
@@ -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