Update sudo command for yarn during upgrade
authorKody <im@kdy.ch>
Thu, 7 Jun 2018 13:03:42 +0000 (15:03 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 7 Jun 2018 13:08:43 +0000 (15:08 +0200)
support/doc/production.md

index ea5a27a3b1b853a93494858c587cc2cc3c28c37b..0498bf1fcd10aa11c105aef7f1390fd55b71ef63 100644 (file)
@@ -205,7 +205,7 @@ Now your instance is up you can:
 The password it asks is PeerTube's database user password.
 
 ```
-$ cd /var/www/peertube/peertube-latest/scripts && sudo -u peertube ./upgrade.sh
+$ cd /var/www/peertube/peertube-latest/scripts && sudo -H -u peertube ./upgrade.sh
 $ sudo systemctl restart peertube && sudo journalctl -fu peertube
 ```
 
@@ -238,7 +238,7 @@ Install node dependencies:
 
 ```
 $ cd /var/www/peertube/versions/peertube-${VERSION} && \
-    sudo -u peertube yarn install --production --pure-lockfile
+    sudo -H -u peertube yarn install --production --pure-lockfile
 ```
 
 Copy new configuration defaults values and update your configuration file: