From c40aad23df44b077aed94ad74a481d8dddbceade Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 12 Dec 2023 13:49:12 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/status.inc b/inc/status.inc index 216a8ab4..5e9fc689 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -26,6 +26,7 @@ STATUS(){ printf "%-${width}s- %s\n" " dockers" "Will verify status of all node dockers" printf "%-${width}s- %s\n" " repl" "Will verify status of all node replications" echo -e "}\n" + rm -Rf ${STATUSRUN_TMPFOLDER} exit 0 ;; esac