Alysha Creelman commited on
Commit
46211e7
·
unverified ·
1 Parent(s): 12fa8dd

Update check_health.sh

Browse files
Files changed (1) hide show
  1. 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 "Chatbot is down" | mail -s "Chatbot Down Alert" [email protected],[email protected],[email protected]
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