X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fupgrade.sh;h=9baf50932c4d39393b2ab43514d24382b2ee424a;hb=2e3a0215d051dca1f7c8ef423564c8d37a255f77;hp=e7c34a6b43dd2e378f8efce871ece12918c20a12;hpb=5a8eac36a7599cc28aa2a34a34e6d5e8116b7c39;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index e7c34a6b4..9baf50932 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh @@ -23,4 +23,7 @@ cd /var/www/peertube/peertube-latest yarn install --production --pure-lockfile cp /var/www/peertube/peertube-latest/config/default.yaml /var/www/peertube/config/default.yaml +echo "Differences in configuration files..." +diff /var/www/peertube/versions/peertube-${VERSION}/config/production.yaml.example /var/www/peertube/config/production.yaml + exit 0