diff options
-rwxr-xr-x | scripts/upgrade.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index 4f7c58edd..5d7c5b0ea 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh | |||
@@ -73,3 +73,7 @@ cp $PEERTUBE_PATH/peertube-latest/config/default.yaml $PEERTUBE_PATH/config/defa | |||
73 | echo "Differences in configuration files..." | 73 | echo "Differences in configuration files..." |
74 | diff -u $PEERTUBE_PATH/config/production.yaml "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example" | 74 | diff -u $PEERTUBE_PATH/config/production.yaml "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example" |
75 | 75 | ||
76 | echo "" | ||
77 | echo "===========================================" | ||
78 | echo "== Don’t forget to restart PeerTube! ==" | ||
79 | echo "===========================================" | ||