add users pgpkey

This commit is contained in:
creme 2023-12-23 18:23:40 +01:00
parent aa676abb25
commit 1bb491464a
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 6 additions and 0 deletions

6
luser
View File

@ -68,6 +68,12 @@ else
printf "Online.\n"
fi
# pgpkey
printf "pgpkey:\\n"
if [ -f "${user_folder}/.pgpkey" ]; then
sed 's/^/ /' "${user_folder}/.pgpkey"
fi
fi
exit 0