Skip to content

Commit

Permalink
use long key ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Aug 16, 2019
1 parent a0ad6be commit 3edd790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/fai-make-nfsroot
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,8 @@ upgrade_nfsroot() {
fi

# if we have the keyring on the host, install the key of the fai-project.org package repository
if [ -n "$(apt-key list 074BCDE4 2>/dev/null)" ]; then
HOME=/root apt-key export 074BCDE4 > $NFSROOT/etc/apt/trusted.gpg.d/fai-project.asc
if [ -n "$(apt-key list 2BF8D9FE074BCDE4 2>/dev/null)" ]; then
HOME=/root apt-key export 2BF8D9FE074BCDE4 > $NFSROOT/etc/apt/trusted.gpg.d/fai-project.asc
fi

if [ $full = 1 ];then
Expand Down

0 comments on commit 3edd790

Please sign in to comment.