X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fupgrade.sh;h=5d7c5b0eaa73629ad2138f5355ab9f5cc133510f;hb=97567dd81f508dd6295ac4d73d849aa2ce0a6549;hp=4f7c58edda06cf3b285e4c230a8a2c35be788d79;hpb=5c94c38d18a02864b6f384bcd829a0d3f2d86c4a;p=github%2FChocobozzz%2FPeerTube.git 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 echo "Differences in configuration files..." diff -u $PEERTUBE_PATH/config/production.yaml "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example" +echo "" +echo "===========================================" +echo "== Don’t forget to restart PeerTube! ==" +echo "==========================================="