#!/bin/bash
cd /home/lvacssto/public_html/lvacs_bot
if ! pgrep -f "bot.py" > /dev/null
then
    /home/lvacssto/virtualenv/public_html/lvacs_bot/3.9/bin/python bot.py >> bot.log 2>&1 &
fi