From 6c7c8bbd49bc04a2bfc3fef312057663ca01a6bd Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Mon, 6 Feb 2023 00:57:21 +0100 Subject: [PATCH] Fix --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 0aa1a8c..eca436e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -107,8 +107,8 @@ $final_path/venv/bin/pip3 install -r "$final_path/requirements.txt" ynh_script_progression --message="Initializing database..." --weight=1 $final_path/venv/bin/python3 "$final_path/manage.py" migrate -$final_path/venv/bin/python3 "$final_path/manage.py" compile_themes $final_path/venv/bin/python3 "$final_path/manage.py" collectstatic --no-input +$final_path/venv/bin/python3 "$final_path/manage.py" populate_streams #================================================= # SET PERMISSIONS ON BOOKWYRM DIRECTORY