From 3a4c9278204e53f758a7cb1efc639875c40035c1 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Mon, 1 Apr 2019 19:20:17 +0200 Subject: [PATCH] Added missing sudo in upgrade instructions --- docs/admin/upgrading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/upgrading.rst b/docs/admin/upgrading.rst index 9a33836cc..5b222ce49 100644 --- a/docs/admin/upgrading.rst +++ b/docs/admin/upgrading.rst @@ -164,7 +164,7 @@ match what is described in :doc:`/installation/debian`: # download more recent API files sudo -u funkwhale curl -L -o "api-$FUNKWHALE_VERSION.zip" "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/$FUNKWHALE_VERSION/download?job=build_api" sudo -u funkwhale unzip "api-$FUNKWHALE_VERSION.zip" -d extracted - sudo -u funkwhale rm -rf api/ && mv extracted/api . + sudo -u funkwhale rm -rf api/ && sudo -u funkwhale mv extracted/api . sudo -u funkwhale rm -rf extracted # update os dependencies