update
This commit is contained in:
@@ -373,7 +373,7 @@ NODEUPDATES() {
|
||||
for nodecmd in /tmp/.nodeupdate.*.done; do
|
||||
if [[ "${nodecmd}" != *"*"* ]]; then
|
||||
nodecmd_output=$(cat ${nodecmd})
|
||||
[ "${nodecmd_output}" != "" ] && echo -e "${nodecmd_output}"
|
||||
# [ "${nodecmd_output}" != "" ] && echo -e "${nodecmd_output}"
|
||||
rm -f ${nodecmd}
|
||||
((nc_count++))
|
||||
fi
|
||||
@@ -1307,10 +1307,6 @@ GUI(){
|
||||
|
||||
update)
|
||||
if [ "${2}" == "nodes" ]; then
|
||||
unset idsCL idsBG idsST
|
||||
idsCL=('')
|
||||
idsBG=('')
|
||||
idsST=('')
|
||||
NODEUPDATES
|
||||
fi
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user