From 6aa5bc1a4709af091e4d1a12818e3bb0ac8b718f Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 12 Jul 2015 15:45:44 +0200 Subject: [PATCH] Fix blooper --- dnscrypt-wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnscrypt-wrapper.sh b/dnscrypt-wrapper.sh index 878ef84..33ca028 100755 --- a/dnscrypt-wrapper.sh +++ b/dnscrypt-wrapper.sh @@ -27,7 +27,7 @@ new_key() { --provider-publickey-file="${KEYS_DIR}/public.key" \ --provider-secretkey-file="${KEYS_DIR}/secret.key" \ --crypt-secretkey-file="${STKEYS_DIR}/${ts}.key" \ - --provider-cert-file="${STKEYS_DIR}/${ts}.cert" && \ + --provider-cert-file="${STKEYS_DIR}/${ts}.cert" \ --cert-file-expire-days=1 && \ mv -f "${STKEYS_DIR}/${ts}.cert" "${STKEYS_DIR}/dnscrypt.cert" }