]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/upgrade.sh
Add short description in config
[github/Chocobozzz/PeerTube.git] / scripts / upgrade.sh
old mode 100644 (file)
new mode 100755 (executable)
index e7c34a6..9baf509
@@ -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