From 42663dddb6b52c8f48e659e71690e3d483b2608e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 31 Dec 2022 18:18:16 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 35340b1a..639fe1e8 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -271,6 +271,8 @@ STATUS(){ if [ "${ST_ACTION}" != "check" ]; then echo -e "${idsCL[Green]}Running - Fixed${idsCL[Default]}" fi + rm -f ${FOLDER}/${nip}-${docker}.down + rm -f ${FOLDER}/${nip}-${docker}.errtime else if [ "${ST_ACTION}" != "check" ]; then echo -e "${idsCL[Red]}Not Running - Could Not Fix!${idsCL[Default]}" @@ -298,6 +300,8 @@ STATUS(){ if [ "${ST_ACTION}" != "check" ]; then echo -e "${idsCL[Green]}Running${idsCL[Default]}" fi + rm -f ${FOLDER}/${nip}-${docker}.down + rm -f ${FOLDER}/${nip}-${docker}.errtime fi done fi