diff options
-rw-r--r-- | support/doc/production.md | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
155 | 155 | ||
156 | ``` | 156 | ``` |
157 | $ cd /var/www/peertube/peertube-latest/scripts && sudo -u peertube ./upgrade.sh | 157 | $ cd /var/www/peertube/peertube-latest/scripts && sudo -u peertube ./upgrade.sh |
158 | $ diff /var/www/peertube/versions/peertube-${VERSION}/config/production.yaml.example /var/www/peertube/config/production.yaml | ||
159 | $ sudo systemctl restart peertube && sudo journalctl -fu peertube | 158 | $ sudo systemctl restart peertube && sudo journalctl -fu peertube |
160 | ``` | 159 | ``` |
161 | 160 | ||