Skip to content

Commit

Permalink
chore: remove bash 2
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 8, 2023
1 parent 5cf5203 commit 9cbb5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/setup/heimdall/templates/HEIMDALL_README.sh.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
To start Heimdall node:

```
bash heimdall-start.sh
./heimdall-start.sh
```

To clean every heimdall data and setup again:

```
bash heimdall-clean.sh
./heimdall-clean.sh
```

0 comments on commit 9cbb5ee

Please sign in to comment.