diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upgrade.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index 12629ad65..aa7804bd1 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | set -eu | 3 | set -eu |
4 | 4 | ||
5 | PEERTUBE_PATH=${1:-/var/www/peertube/} | 5 | PEERTUBE_PATH=${1:-/var/www/peertube} |
6 | 6 | ||
7 | if [ ! -e "$PEERTUBE_PATH" ]; then | 7 | if [ ! -e "$PEERTUBE_PATH" ]; then |
8 | echo "Error - path \"$PEERTUBE_PATH\" wasn't found" | 8 | echo "Error - path \"$PEERTUBE_PATH\" wasn't found" |