Update healthchecks-install.sh

This commit is contained in:
CanbiZ 2025-05-21 14:59:39 +02:00
parent 1fd66479f6
commit db79261e56

View File

@ -89,7 +89,6 @@ SITE_NAME=Mychecks
SITE_ROOT=http://localhost:8000
EOF
source /opt/healthchecks/venv/bin/activate
python3 manage.py migrate
cat <<EOF | python3 /opt/healthchecks/manage.py shell
from django.contrib.auth import get_user_model