From: Fabian H Date: Mon, 16 Aug 2021 22:52:39 +0000 (+0200) Subject: add missing - in certopt (#210) X-Git-Tag: v3.2.4pre1~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=592c6bc3e5e93f36c2fdc0a491a9fb43a41cf688;p=thirdparty%2Frsync.git add missing - in certopt (#210) otherwise openssl will give an error and not accept is as argument --- diff --git a/rsync-ssl b/rsync-ssl index 46701af1..8588eeb0 100755 --- a/rsync-ssl +++ b/rsync-ssl @@ -73,7 +73,7 @@ function rsync_ssl_helper { certopt="" gnutls_cert_opt="" else - certopt="cert$optsep$RSYNC_SSL_CERT" + certopt="-cert$optsep$RSYNC_SSL_CERT" gnutls_cert_opt="--x509keyfile=$RSYNC_SSL_CERT" fi