# 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 | |
# 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 | |