#!/bin/bash
source /home/jaryanei/virtualenv/public_html/bot/3.9/bin/activate
cd /home/jaryanei/public_html/bot
if ! pgrep -f "bot10.py" > /dev/null; then
    nohup python bot10.py > /dev/null 2>&1 &
fi
