Skip to content

Commit

Permalink
fix: update instructions to allow user read/write access for secrets.…
Browse files Browse the repository at this point in the history
…json
  • Loading branch information
fassko committed Nov 29, 2024
1 parent 4faa1a2 commit 138b8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fassets/guides/1-deploy-fassets-bots.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 138b8c9

Please sign in to comment.