Update nodemgmt-scripts.sh

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

View File

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