aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/upgrade.sh2
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
3set -eu 3set -eu
4 4
5PEERTUBE_PATH=${1:-/var/www/peertube/} 5PEERTUBE_PATH=${1:-/var/www/peertube}
6 6
7if [ ! -e "$PEERTUBE_PATH" ]; then 7if [ ! -e "$PEERTUBE_PATH" ]; then
8 echo "Error - path \"$PEERTUBE_PATH\" wasn't found" 8 echo "Error - path \"$PEERTUBE_PATH\" wasn't found"