Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-04 22:15:51 -06:00
parent 14e15e6250
commit b9d529dfc6

View File

@@ -92,7 +92,7 @@ LISTCERTS(){
#unset IFS
echo "$d"
declare -p SUBJECTNAMES
echo ${SUBJECTNAMES//$'\n'/}
echo ${SUBJECTNAMES//$'\n'/:}
echo ""
done