Update nodemgmt-scripts.sh

This commit is contained in:
2024-11-29 19:01:01 -06:00
parent 16a40701f1
commit 81c4836b67

View File

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