]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/upgrade.sh
Add checkbox to check every rows
[github/Chocobozzz/PeerTube.git] / scripts / upgrade.sh
index 23a19b10d1b41ffd2325e81ba0776bac9d955a96..b29615fb1c009d94f4683b526c118f603de008cc 100755 (executable)
@@ -56,5 +56,5 @@ yarn install --production --pure-lockfile
 cp $PEERTUBE_PATH/peertube-latest/config/default.yaml $PEERTUBE_PATH/config/default.yaml
 
 echo "Differences in configuration files..."
-diff "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example" $PEERTUBE_PATH/config/production.yaml
+diff -u $PEERTUBE_PATH/config/production.yaml "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example"