From: John Livingston <38844060+JohnXLivingston@users.noreply.github.com> Date: Mon, 1 Oct 2018 13:04:57 +0000 (+0200) Subject: using "diff -u", for a clearer display X-Git-Tag: v1.0.0-rc.1~5 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=bebae342f3bd131cb370223bbc514e91cba355ff;p=github%2FChocobozzz%2FPeerTube.git using "diff -u", for a clearer display --- diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index 23a19b10d..714c02616 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh @@ -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