#!/bin/sh set -eu cd /home/snw/bot_save_bablo set -a . ./.env set +a exec /usr/bin/flock -n /tmp/pozhitki.lock \ /home/snw/bot_save_bablo/.venv/bin/uvicorn app.main:app \ --host 127.0.0.1 \ --port 8765