Revert last commit.

This commit is contained in:
Christoph 2018-07-02 02:48:28 +02:00
parent 901792ccdc
commit da6749458e

View File

@ -1348,8 +1348,7 @@ fi
# - of an SSL/TLS connection.
# .
echononl " Build Diffie-Hellman parameter (dh key).."
#${EASY_RSA_DIR}/build-dh > "$log_file" 2>&1
cp /home/chris/dh4096.pem $OPENVPN_BASE_DIR/keys/ > "$log_file" 2>&1
${EASY_RSA_DIR}/build-dh > "$log_file" 2>&1
if [[ $? -eq 0 ]] ; then
echo_ok
else