diff options
Diffstat (limited to 'scripts/upgrade.sh')
-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 23a19b10d..714c02616 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh | |||
@@ -56,5 +56,5 @@ yarn install --production --pure-lockfile | |||
56 | cp $PEERTUBE_PATH/peertube-latest/config/default.yaml $PEERTUBE_PATH/config/default.yaml | 56 | cp $PEERTUBE_PATH/peertube-latest/config/default.yaml $PEERTUBE_PATH/config/default.yaml |
57 | 57 | ||
58 | echo "Differences in configuration files..." | 58 | echo "Differences in configuration files..." |
59 | diff "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example" $PEERTUBE_PATH/config/production.yaml | 59 | diff -u "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example" $PEERTUBE_PATH/config/production.yaml |
60 | 60 | ||