From c87bf180aad847ddc669f22fd5ff2568b74e6914 Mon Sep 17 00:00:00 2001 From: Baris Metin Date: Tue, 3 May 2011 11:26:44 -0400 Subject: [PATCH] fix typo --- plc.d/gpg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plc.d/gpg b/plc.d/gpg index 3993f42..189e608 100755 --- a/plc.d/gpg +++ b/plc.d/gpg @@ -99,12 +99,12 @@ EOF | grep "$PLC_MAIL_SUPPORT_ADDRESS" \ | grep "http://$PLC_WWW_HOST/" - if [ $? -ne 1 ]; then + if [ $? -ne 0 ]; then gpg --homedir=$homedir --no-permission-warning --batch --no-tty --yes \ --no-default-keyring \ --secret-keyring=$PLC_ROOT_GPG_KEY \ --keyring=$PLC_ROOT_GPG_KEY_PUB \ - --Command-Fd 0 --status-fd 1 --edit-key $fingerprint <