Update nodemgmt-scripts.sh

This commit is contained in:
2024-01-26 11:12:03 -06:00
parent fcdf16ce0e
commit c4e8a5c89e

View File

@@ -343,7 +343,7 @@ NODEUPDATES() {
for nodecmd in /tmp/.nodeupdate.*.done; do
if [[ "${nodecmd}" != *"*"* ]]; then
nodecmd_output=$(cat ${nodecmd})
[ "${nodecmd_output}" != "" ] && echo -e "${nodecmd_output}\n"
[ "${nodecmd_output}" != "" ] && echo -e "${nodecmd_output}"
rm -f ${nodecmd}
((nc_count++))
fi