diff --git a/inc/certs.inc b/inc/certs.inc index f316ee64..71629738 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -395,14 +395,14 @@ LISTCERTS(){ rm -f ${NM_FOLDER}/conf/ssl-domain-checks.conf >/dev/null 2&>1 echo "${checkcerts_sorted}" > ${NM_FOLDER}/conf/ssl-domain-checks.conf if [ "${NM_NODEMANAGER}" != "$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1 | head -n1)" ]; then - scp ${NM_FOLDER}/conf/ssl-domain-checks.conf root@${NM_NODEMANAGER}:${NM_FOLDER}/conf/ssl-domain-checks.conf + scp -q ${NM_FOLDER}/conf/ssl-domain-checks.conf root@${NM_NODEMANAGER}:${NM_FOLDER}/conf/ssl-domain-checks.conf fi fi else sed -i "/${SUBJECT}/d" ${NM_FOLDER}/conf/ssl-domain-checks.conf >/dev/null 2&>1 if [ "${NM_NODEMANAGER}" != "$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1 | head -n1)" ]; then - scp ${NM_FOLDER}/conf/ssl-domain-checks.conf root@${NM_NODEMANAGER}:${NM_FOLDER}/conf/ssl-domain-checks.conf + scp -q ${NM_FOLDER}/conf/ssl-domain-checks.conf root@${NM_NODEMANAGER}:${NM_FOLDER}/conf/ssl-domain-checks.conf fi fi echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}"