aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/upgrade.sh
diff options
context:
space:
mode:
authorJohn Livingston <38844060+JohnXLivingston@users.noreply.github.com>2018-10-01 15:04:57 +0200
committerChocobozzz <me@florianbigard.com>2018-10-03 09:53:03 +0200
commitbebae342f3bd131cb370223bbc514e91cba355ff (patch)
tree6a1255ac0c116b5d771e57f20076331736034dea /scripts/upgrade.sh
parente4b9deac0377a124bc1828f3a2ab9c942085bf9b (diff)
downloadPeerTube-bebae342f3bd131cb370223bbc514e91cba355ff.tar.gz
PeerTube-bebae342f3bd131cb370223bbc514e91cba355ff.tar.zst
PeerTube-bebae342f3bd131cb370223bbc514e91cba355ff.zip
using "diff -u", for a clearer display
Diffstat (limited to 'scripts/upgrade.sh')
-rwxr-xr-xscripts/upgrade.sh2
1 files changed, 1 insertions, 1 deletions
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
56cp $PEERTUBE_PATH/peertube-latest/config/default.yaml $PEERTUBE_PATH/config/default.yaml 56cp $PEERTUBE_PATH/peertube-latest/config/default.yaml $PEERTUBE_PATH/config/default.yaml
57 57
58echo "Differences in configuration files..." 58echo "Differences in configuration files..."
59diff "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example" $PEERTUBE_PATH/config/production.yaml 59diff -u "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example" $PEERTUBE_PATH/config/production.yaml
60 60