Update nodemgmt-scripts.sh

This commit is contained in:
2024-11-30 13:26:20 -06:00
parent 0c301eec2f
commit bfa3d0528c

View File

@@ -1397,7 +1397,7 @@ GUI(){
elif [ -f ${NM_TMPFOLDER}/.skip ]; then
echo -e "${idsCL[Yellow]}HOST DISABLED - Not running status checks${idsCL[Default]}\n"
rm -f ${NM_TMPFOLDER}/.statusclean
rm -f ${NM_TMPFOLDER}/.statusclean ${NM_TMPFOLDER}/.replcheck ${NM_TMPFOLDER}/.replclean
else
[ "${MM_ACTION}" != "report" ] && echo -e "${idsCL[LightRed]}Whooooaaaaa there cowboy, we got 3 threads running already.... easy killer!${idsCL[Default]}\n"
if [ ! -f ${NM_TMPFOLDER}/.overload ]; then