From b9ad6ca90844d1e50a6922b3b1c23ffeab4dda6b Mon Sep 17 00:00:00 2001
From: JocelynDelalande <jocelyn@crapouillou.net>
Date: Fri, 12 Oct 2018 23:52:55 +0000
Subject: [PATCH] Fix 0.17 upgrade instructions.

Make them consistent with general upgrade instructions.
---
 docs/upgrading/0.17.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/upgrading/0.17.rst b/docs/upgrading/0.17.rst
index 1414b563..ccd3f1c3 100644
--- a/docs/upgrading/0.17.rst
+++ b/docs/upgrading/0.17.rst
@@ -196,8 +196,8 @@ On docker-setups::
 On non docker-setups::
 
     # if you missed this one from a previous upgrade
-    python api/manage.py script create_actors --no-input
-    python api/manage.py script migrate_to_user_libraries --no-input
+    sudo -u funkwhale -E /srv/funkwhale/virtualenv/bin/python api/manage.py script create_actors --no-input
+    sudo -u funkwhale -E /srv/funkwhale/virtualenv/bin/python api/manage.py script migrate_to_user_libraries --no-input
 
 If the scripts ends without errors, you're instance should be updated and ready to use :)
 
-- 
GitLab