From a640b861b985413992867a7d9b68a1e3ba7fe570 Mon Sep 17 00:00:00 2001 From: SVNET Libre Date: Wed, 21 Feb 2018 17:05:21 +0100 Subject: [PATCH] Update Production Guide (#309) * Update Production Guide Pull Request #308 * change the execution of the script --- support/doc/production.md | 1 - 1 file changed, 1 deletion(-) diff --git a/support/doc/production.md b/support/doc/production.md index 6d6cd68f8..9241ab615 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -155,7 +155,6 @@ $ cd /var/www/peertube/peertube-latest && NODE_CONFIG_DIR=/var/www/peertube/conf ``` $ cd /var/www/peertube/peertube-latest/scripts && sudo -u peertube ./upgrade.sh -$ diff /var/www/peertube/versions/peertube-${VERSION}/config/production.yaml.example /var/www/peertube/config/production.yaml $ sudo systemctl restart peertube && sudo journalctl -fu peertube ```