We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6c67f commit d3990fcCopy full SHA for d3990fc
bin/docker-entrypoint.sh
@@ -62,13 +62,15 @@ else
62
[[ -z "$LN_ALIAS" ]] || lnopt+=(--alias="$LN_ALIAS")
63
64
lightningd "${lnopt[@]}" $(echo "$RPC_OPT" | sed -r 's/(^| )-/\1--bitcoin-/g') > /dev/null &
65
-
66
fi
67
68
if [ ! -S /etc/lightning/lightning-rpc ]; then
69
echo -n "waiting for RPC unix socket... "
70
sed --quiet '/^lightning-rpc$/ q' <(inotifywait -e create,moved_to --format '%f' -qm $LN_PATH)
71
+
72
+lightning-cli --lightning-dir=$LN_PATH getinfo > /dev/null
73
74
echo "ready."
75
76
echo "Starting Lightning Charge"
0 commit comments