Skip to content

Commit

Permalink
Merge pull request #296 from EpicsDAO/small
Browse files Browse the repository at this point in the history
fix -firedancer sh
  • Loading branch information
POPPIN-FUMI authored Oct 4, 2024
2 parents 2cac671 + 457a10c commit 1842599
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ Options:
--key Setup Validator Keypairs (default: false)
--relayer Setup Jito Relayer (default: false)
--jupiter Setup Jupiter Swap API (default: false)
--geyser Setup Geyser (default: false)
--firedancer Setup Firedancer (default: false)
--skip-init-config Skip Initial Config (default: false)
--migrate-config Migrate Config (default: false)
--skip-mount Skip Mount (default: false)
-h, --help Display help for command
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const startFiredancerScript = () => {
const filePath = '/home/solv/start-firedancer.sh'
const body = `#!/usr/bin/env bash
sudo chomd -R 700 /mnt
sudo chmod -R 700 /mnt
sudo fdctl configure init all --config /home/solv/firedancer/config.toml
sudo chown -R solv:solv /mnt
sudo fdctl run --config /home/solv/firedancer/config.toml`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ dynamic_port_range = "8900-9000"


[hugetlbfs]
mount_path = "/mnt/.fd"
mount_path = "/mnt"

0 comments on commit 1842599

Please sign in to comment.