Fix upgrade.sh when Peertube is installed outside the standard path (fixes #6063)
This commit is contained in:
parent
d897a04565
commit
7a953a6b2f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue