diff options
-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 aa7804bd1..59dc5ab26 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh | |||
@@ -72,7 +72,7 @@ rm -f "peertube-${VERSION}.zip" | |||
72 | rm -rf $PEERTUBE_PATH/peertube-latest | 72 | rm -rf $PEERTUBE_PATH/peertube-latest |
73 | ln -s "$PEERTUBE_PATH/versions/peertube-${VERSION}" $PEERTUBE_PATH/peertube-latest | 73 | ln -s "$PEERTUBE_PATH/versions/peertube-${VERSION}" $PEERTUBE_PATH/peertube-latest |
74 | cd $PEERTUBE_PATH/peertube-latest | 74 | cd $PEERTUBE_PATH/peertube-latest |
75 | yarn install --production --pure-lockfile | 75 | NOCLIENT=1 yarn install --production --pure-lockfile |
76 | cp $PEERTUBE_PATH/peertube-latest/config/default.yaml $PEERTUBE_PATH/config/default.yaml | 76 | cp $PEERTUBE_PATH/peertube-latest/config/default.yaml $PEERTUBE_PATH/config/default.yaml |
77 | 77 | ||
78 | echo "Differences in configuration files..." | 78 | echo "Differences in configuration files..." |