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