Alysha Creelman
commited on
Update check_health.sh
Browse files- check_health.sh +1 -1
check_health.sh
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
|
3 |
# Check if "app.py" is running
|
4 |
if ! pgrep -f "app.py"; then
|
5 |
-
echo "
|
6 |
fi
|
|
|
2 |
|
3 |
# Check if "app.py" is running
|
4 |
if ! pgrep -f "app.py"; then
|
5 |
+
echo "Wormington Scholar has been squashed!" | mail -s "Wormington Down Alert" [email protected],[email protected],[email protected]
|
6 |
fi
|