From 7a953a6b2f4458fe5fefc01f61319cce470876e7 Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Wed, 29 Nov 2023 11:00:30 +0100 Subject: [PATCH] Fix upgrade.sh when Peertube is installed outside the standard path (fixes #6063) --- scripts/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index 31eaa1990..6c14b55f6 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh @@ -4,4 +4,4 @@ set -eu # Backward path compatibility now upgrade.sh is in dist/scripts since v6 -/bin/sh ../dist/scripts/upgrade.sh +/bin/sh ../dist/scripts/upgrade.sh $1