mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-19 13:44:53 +01:00
Added double-quotes on echo commands and LN node connect string
This commit is contained in:
@@ -10,7 +10,7 @@ deriveindex()
|
||||
trace "[deriveindex] index=${index}"
|
||||
|
||||
local pub32=$DERIVATION_PUB32
|
||||
local path=$(echo -e $DERIVATION_PATH | sed -En "s/n/${index}/p")
|
||||
local path=$(echo -e "$DERIVATION_PATH" | sed -En "s/n/${index}/p")
|
||||
# pub32=$(grep "derivation.pub32" config.properties | cut -d'=' -f2)
|
||||
# path=$(grep "derivation.path" config.properties | cut -d'=' -f2 | sed -En "s/n/${index}/p")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user