fix: delete is interactive

This commit is contained in:
Pierig Le Saux
2026-04-08 21:46:19 -04:00
committed by André Roth
parent 3b432d42b5
commit 1ed50697ec

View File

@@ -218,6 +218,8 @@ func apiGPGDeleteKey(c *gin.Context) {
args := []string{ args := []string{
"--no-default-keyring", "--no-default-keyring",
"--allow-non-selfsigned-uid", "--allow-non-selfsigned-uid",
"--batch",
"--yes",
} }
keyring := "trustedkeys.gpg" keyring := "trustedkeys.gpg"