From 97dab5eabd51aad1cf1ecfde8ceddf5ca25a3881 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Dec 2023 09:06:58 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 43af310c..3f79673f 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -922,7 +922,7 @@ GUI(){ ${NM_SCRIPT} status ${2} ${3} ${4} exit 0 else - echo -e "${idsCL[LightRed]}Whooooaaaaa there cowboy, we got 3 threads running already.... easy killer!${idsCL[Default]}" + echo -e "${idsCL[LightRed]}Whooooaaaaa there cowboy, we got 3 threads running already.... easy killer!${idsCL[Default]}\n" if [ ! -f ${NM_TMPFOLDER}/.overload ] || [ $(expr $(date +%s) - $(stat -c %Y ${NM_TMPFOLDER}/.overload)) -ge 600 ]; then SENDNOTICE "NODEMGMT OVERLOAD" "Whooooaaaaa there cowboy, we got 3 threads running already.... easy killer!" 1 touch ${NM_TMPFOLDER}/.overload