Removed stray ED echo

This commit is contained in:
root 2020-01-19 08:08:09 +01:00
parent ce858f56c5
commit da6f658770

View File

@ -393,7 +393,6 @@ easyrsa_openssl() {
cp "$easyrsa_openssl_conf" "$EASYRSA_SAFE_CONF"
err=$?
else
echo "$EASYRSA_OPENSSL" "$openssl_command" -config "$easyrsa_openssl_conf" "$@"
"$EASYRSA_OPENSSL" "$openssl_command" -config "$easyrsa_openssl_conf" "$@"
err=$?
fi