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