From 02a8986a82f634d72c07f4f13364283ec24f96ca Mon Sep 17 00:00:00 2001 From: Richard Bonhomme <25598447+TinCanTech@users.noreply.github.com> Date: Tue, 25 Sep 2018 01:10:15 +0100 Subject: [PATCH] Correct path to sh.exe --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index e0e96e8..68aaf3c 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -446,7 +446,7 @@ Your newly created PKI dir is: $EASYRSA_PKI hide_read_pass() { - test_file="bin/sh.exe" + test_file="$EASYRSA/bin/sh.exe" if [ -f "$test_file" ] then set +o echo