From bebae342f3bd131cb370223bbc514e91cba355ff Mon Sep 17 00:00:00 2001 From: John Livingston <38844060+JohnXLivingston@users.noreply.github.com> Date: Mon, 1 Oct 2018 15:04:57 +0200 Subject: [PATCH 1/1] using "diff -u", for a clearer display --- scripts/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.41.0