aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/upgrade.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/upgrade.sh')
-rwxr-xr-xscripts/upgrade.sh3
1 files changed, 3 insertions, 0 deletions
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
23yarn install --production --pure-lockfile 23yarn install --production --pure-lockfile
24cp /var/www/peertube/peertube-latest/config/default.yaml /var/www/peertube/config/default.yaml 24cp /var/www/peertube/peertube-latest/config/default.yaml /var/www/peertube/config/default.yaml
25 25
26echo "Differences in configuration files..."
27diff /var/www/peertube/versions/peertube-${VERSION}/config/production.yaml.example /var/www/peertube/config/production.yaml
28
26exit 0 29exit 0