fixed typos

This commit is contained in:
mcguirepr89
2022-01-26 07:47:35 -05:00
parent 1ec260d5de
commit c4ee9bf721
+2 -1
View File
@@ -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