romved useless gpg gen key line

This commit is contained in:
Diego Lendoiro 2018-03-08 11:54:50 +01:00
parent 495a490677
commit be1716a0e1
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ gpg_gen_key() {
%commit %commit
EOF" -ls /bin/bash www-data EOF" -ls /bin/bash www-data
su -c "gpg --batch --yes --pinentry-mode loopback --quick-gen-key --passphrase '' $key_email" -ls /bin/bash www-data
su -c "gpg --armor --export-secret-keys $key_email > $gpg_private_key" -ls /bin/bash www-data su -c "gpg --armor --export-secret-keys $key_email > $gpg_private_key" -ls /bin/bash www-data
su -c "gpg --armor --export $key_email > $gpg_public_key" -ls /bin/bash www-data su -c "gpg --armor --export $key_email > $gpg_public_key" -ls /bin/bash www-data
} }