fix: remove unnecessary new line

This commit is contained in:
José Oliveira 2022-03-04 17:27:24 +00:00
parent 040d8d5bab
commit 426c8c70f2

View file

@ -31,7 +31,7 @@ function updateCore (coinRec, isCurrentlyRunning) {
common.logger.info(`changetype already defined, skipping...`) common.logger.info(`changetype already defined, skipping...`)
} else { } else {
common.logger.info(`Enabling bech32 change addresses in config file..`) 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) { if (isCurrentlyRunning) {