Update status.inc

This commit is contained in:
2023-12-12 13:49:12 -06:00
parent 2310496b55
commit c40aad23df

View File

@@ -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