Update run.txt

This commit is contained in:
Alexandre
2025-12-12 16:55:01 +01:00
committed by GitHub
parent 92098d38dd
commit 618b7b003d

View File

@@ -78,6 +78,12 @@ done
rm /.env || true
rm /env.py || true
# Unset allow_signup
if [[ "${ALLOW_SIGNUP:-}" == "false" ]]; then
unset ALLOW_SIGNUP
fi
####################
# MIGRATE DATA DIR #
####################