#!/bin/bash
cd /home/wwbwbb/public_html/starbot
source /home/wwwbbb/virtualenv/star/3.9/bin/activate
if ! pgrep -f "main.py" > /dev/null; then
    nohup python main.py > bot.log 2>&1 &
fi