Update nodemgmt-scripts.sh

This commit is contained in:
2024-03-09 12:14:33 -06:00
parent 9949d48ae9
commit 379b539120

View File

@@ -345,7 +345,7 @@ NODEUPDATES() {
if [[ "${nodecmd}" != *"*"* ]]; then
nodecmd_output=$(cat ${nodecmd})
[ "${nodecmd_output}" != "" ] && echo -e "${nodecmd_output}"
rm -f ${nodecmd}
#rm -f ${nodecmd}
((nc_count++))
fi
done