fix: sh's echo doesn't have -e
This commit is contained in:
parent
f9ae681453
commit
a19d97eb2c
3 changed files with 6 additions and 6 deletions
|
|
@ -31,7 +31,7 @@ function updateCore (coinRec, isCurrentlyRunning) {
|
|||
common.logger.info(`changetype already defined, skipping...`)
|
||||
} else {
|
||||
common.logger.info(`Enabling bech32 change addresses in config file..`)
|
||||
common.es(`echo -e "\nchangetype=bech32" >> /mnt/blockchains/litecoin/litecoin.conf`)
|
||||
common.es(`echo "\nchangetype=bech32" >> /mnt/blockchains/litecoin/litecoin.conf`)
|
||||
}
|
||||
|
||||
if (isCurrentlyRunning) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue