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
46
stars
9
forks
source link
sed prints an error in the terminal during install #117
To Reproduce
Steps to reproduce the behavior:
Install
See Error
Expected behavior
No Error
Screenshots
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.
Describe the bug This occurs towards the end of installation:
sed: -e expression #1, char 27: unknown option to
s'`To Reproduce Steps to reproduce the behavior: Install See Error
Expected behavior No Error
Screenshots
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.