fix: remove unnecessary new line
This commit is contained in:
parent
040d8d5bab
commit
426c8c70f2
1 changed files with 1 additions and 1 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 "\nchangetype=bech32" >> /mnt/blockchains/litecoin/litecoin.conf`)
|
||||
common.es(`echo "changetype=bech32" >> /mnt/blockchains/litecoin/litecoin.conf`)
|
||||
}
|
||||
|
||||
if (isCurrentlyRunning) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue