Browse Source

Temporarily resolve SSH warnings

linshuboy 7 years ago
parent
commit
63ef0feb57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/openssl.sh

+ 1 - 1
include/openssl.sh

@@ -24,7 +24,7 @@ Install_openSSL102() {
     if [ -f "${openssl_install_dir}/lib/libcrypto.a" ]; then
       echo "${CSUCCESS}openssl-1.0.2 module installed successfully! ${CEND}"
       /bin/cp cacert.pem ${openssl_install_dir}/ssl/cert.pem
-      echo "${openssl_install_dir}/lib" > /etc/ld.so.conf.d/openssl.conf
+      echo "${openssl_install_dir}/lib" > /etc/ld.so.conf.d/z.openssl.conf
       ldconfig
       rm -rf openssl-${openssl_version}
     else