From 069acdc5acd9ffe06d613e94626bd56536e3949b Mon Sep 17 00:00:00 2001 From: jovuit Date: Sun, 15 Nov 2020 16:43:09 +0100 Subject: [PATCH] Remove zip file after being extracted in non-docker upgrade doc --- docs/admin/upgrading.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin/upgrading.rst b/docs/admin/upgrading.rst index a908ba8dd..caa791550 100644 --- a/docs/admin/upgrading.rst +++ b/docs/admin/upgrading.rst @@ -171,6 +171,7 @@ match what is described in :doc:`/installation/debian`: sudo -u funkwhale unzip "api-$FUNKWHALE_VERSION.zip" -d extracted sudo -u funkwhale rm -rf api/ && sudo -u funkwhale mv extracted/api . sudo -u funkwhale rm -rf extracted + sudo -u funkwhale rm api-$FUNKWHALE_VERSION.zip # update os dependencies sudo api/install_os_dependencies.sh install