Update dsmon.sh
This commit is contained in:
7
dsmon.sh
7
dsmon.sh
@@ -360,8 +360,11 @@ RUNCMD(){
|
||||
# [ "${nodecmd_output}" != "" ] && echo -e "${nodecmd_output}\n"
|
||||
# fi
|
||||
# rm -f ${nodecmd}
|
||||
echo ${nodecmd}
|
||||
((nc_count++))
|
||||
if [[ "${nodecmd}" != *"*"* ]]; then
|
||||
echo ${nodecmd}
|
||||
rm -f ${nodecmd}
|
||||
((nc_count++))
|
||||
fi
|
||||
done
|
||||
echo "${ncount} - ${nc_count}\n"
|
||||
if [ ${nc_count} -eq ${ncount} ]; then
|
||||
|
||||
Reference in New Issue
Block a user