]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
using "diff -u", for a clearer display
authorJohn Livingston <38844060+JohnXLivingston@users.noreply.github.com>
Mon, 1 Oct 2018 13:04:57 +0000 (15:04 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 3 Oct 2018 07:53:03 +0000 (09:53 +0200)
scripts/upgrade.sh

index 23a19b10d1b41ffd2325e81ba0776bac9d955a96..714c026164436dd5fadf7116b1e19753847c97e1 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/versions/peertube-${VERSION}/config/production.yaml.example" $PEERTUBE_PATH/config/production.yaml