From 451ce9642c7be8cb2feb789105473d22909a0964 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 22 Jan 2018 09:42:42 +0100 Subject: Add commander in dependencies instead of dev dep --- support/doc/production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/doc/production.md') diff --git a/support/doc/production.md b/support/doc/production.md index d1ebbd291..49569dad4 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -234,7 +234,7 @@ The administrator password is automatically generated and can be found in the logs. You can set another password with: ``` -$ cd /home/peertube/peertube-latest && NODE_ENV=production npm run reset-password -- -u root +$ cd /home/peertube/peertube-latest && NODE_CONFIG_DIR=/home/peertube/config NODE_ENV=production npm run reset-password -- -u root ``` ## Upgrade -- cgit v1.2.3