BenWestgate / Bails

Bails is a Bitcoin solution protecting against surveillance, censorship, and confiscation. It installs Bitcoin Core to Tails encrypted Persistent Storage, creates and recovers Bitcoin Core wallets from Codex32 (BIP93) seed backups, and creates backup Bails USB sticks and shareable blank Bails USB sticks. Learn more in README.md.
MIT License
45 stars 8 forks source link

sed prints an error in the terminal during install #117

Closed BenWestgate closed 6 months ago

BenWestgate commented 6 months ago

Describe the bug This occurs towards the end of installation:

sed: -e expression #1, char 27: unknown option tos'`

To Reproduce Steps to reproduce the behavior: Install See Error

Expected behavior No Error

Screenshots image

Additional context This is around line 225 there is a sed command that's missing the file it needs to operate on. The file should be the bitcoin.conf like the other sed command right next to it.