From 34333925d256c566f6f0a35eb511d28d5fa6cf84 Mon Sep 17 00:00:00 2001 From: SVNET Libre Date: Wed, 21 Feb 2018 17:16:52 +0100 Subject: Upgrade.sh : Add diff command for config update (#308) * Add diff command for config update * Add Context Information "Updating Configuration File..." * Modify context information for the config file --- scripts/upgrade.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index e7c34a6b4..9baf50932 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh @@ -23,4 +23,7 @@ cd /var/www/peertube/peertube-latest yarn install --production --pure-lockfile cp /var/www/peertube/peertube-latest/config/default.yaml /var/www/peertube/config/default.yaml +echo "Differences in configuration files..." +diff /var/www/peertube/versions/peertube-${VERSION}/config/production.yaml.example /var/www/peertube/config/production.yaml + exit 0 -- cgit v1.2.3