From 138b8c973a33d688e169c20c64cec51a7743b930 Mon Sep 17 00:00:00 2001 From: Kristaps Grinbergs Date: Fri, 29 Nov 2024 17:30:02 +0200 Subject: [PATCH] fix: update instructions to allow user read/write access for secrets.json --- docs/fassets/guides/1-deploy-fassets-bots.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fassets/guides/1-deploy-fassets-bots.mdx b/docs/fassets/guides/1-deploy-fassets-bots.mdx index 1cfde482..ecdc26b8 100644 --- a/docs/fassets/guides/1-deploy-fassets-bots.mdx +++ b/docs/fassets/guides/1-deploy-fassets-bots.mdx @@ -137,7 +137,7 @@ The FAsset agents require multiple keys for the Flare and underlying network cha cp secrets.new.json secrets.json ``` -4. Prevent other users from reading the secrets.json file: +4. Allow the user to read and write `secrets.json`: ```bash chmod 600 secrets.json