From d3a4e03b2cc69781c40850d03edeec4c101d9f9b Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Mon, 14 Mar 2016 15:10:24 -0500 Subject: [PATCH] ./daily.sh as librenms user Add hint to encourage running ./daily.sh as the user librenms user. We could also add this: `runuser -l librenms -c ./daily.sh` or this `su - librenms -c ./daily.sh` --- doc/General/Updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/General/Updating.md b/doc/General/Updating.md index 4ae74bd2d8..1c49b21a1f 100644 --- a/doc/General/Updating.md +++ b/doc/General/Updating.md @@ -6,7 +6,7 @@ by ensuring: $config['update'] = 0; is no longer commented out. If you would like to perform a manual update -then you can do this by running the following command: +then you can do this by running the following command as the librenms user: ./daily.sh