#! /bin/bash
echo "Reloading gunicorn process..."
kill -HUP $(pidof /openedx/venv/bin/python3 /openedx/venv/bin/gunicorn)
