fixed typos
This commit is contained in:
@@ -17,7 +17,8 @@ sleep 1
|
|||||||
if [ "${used//%}" -ge 95 ]; then
|
if [ "${used//%}" -ge 95 ]; then
|
||||||
case $FULL_DISK in
|
case $FULL_DISK in
|
||||||
0) echo "Removing more data"
|
0) echo "Removing more data"
|
||||||
rm -rfv ${PROCESSED}/*
|
rm -rfv ${PROCESSED}/*;;
|
||||||
*) echo "Stopping Core Services"
|
*) echo "Stopping Core Services"
|
||||||
/usr/local/bin/stop_core_services.sh;;
|
/usr/local/bin/stop_core_services.sh;;
|
||||||
esac
|
esac
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user