Wormington-Scholar-Chatbot / check_health.sh
Alysha Creelman
Update check_health.sh
46211e7 unverified
raw
history blame
212 Bytes
#!/bin/bash
# Check if "app.py" is running
if ! pgrep -f "app.py"; then
echo "Wormington Scholar has been squashed!" | mail -s "Wormington Down Alert" [email protected],[email protected],[email protected]
fi