Update nodemgmt-scripts.sh
This commit is contained in:
@@ -345,7 +345,7 @@ NODEUPDATES() {
|
|||||||
if [[ "${nodecmd}" != *"*"* ]]; then
|
if [[ "${nodecmd}" != *"*"* ]]; then
|
||||||
nodecmd_output=$(cat ${nodecmd})
|
nodecmd_output=$(cat ${nodecmd})
|
||||||
[ "${nodecmd_output}" != "" ] && echo -e "${nodecmd_output}"
|
[ "${nodecmd_output}" != "" ] && echo -e "${nodecmd_output}"
|
||||||
rm -f ${nodecmd}
|
#rm -f ${nodecmd}
|
||||||
((nc_count++))
|
((nc_count++))
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user