From c4ee9bf721ba10ff591306f22ed22fb95bf7e8a5 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Wed, 26 Jan 2022 07:47:35 -0500 Subject: [PATCH] fixed typos --- scripts/disk_check.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/disk_check.sh b/scripts/disk_check.sh index c73cc2f..4f76dfb 100755 --- a/scripts/disk_check.sh +++ b/scripts/disk_check.sh @@ -17,7 +17,8 @@ sleep 1 if [ "${used//%}" -ge 95 ]; then case $FULL_DISK in 0) echo "Removing more data" - rm -rfv ${PROCESSED}/* + rm -rfv ${PROCESSED}/*;; *) echo "Stopping Core Services" /usr/local/bin/stop_core_services.sh;; esac +fi