Update nodemgmt-scripts.sh

This commit is contained in:
2024-11-29 18:53:34 -06:00
parent 85a3f1e63a
commit 59cc506aa7

View File

@@ -374,7 +374,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