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 39fbced commit 020bd97Copy full SHA for 020bd97
contrib/startup_regtest.sh
@@ -145,8 +145,8 @@ wait_for_lightningd() {
145
146
clnrest_status() {
147
logfile="$1"
148
- active_str="plugin-clnrest.py: REST Server is starting"
149
- disabled_str="plugin-clnrest.py: Killing plugin: disabled itself"
+ active_str="plugin-clnrest: REST Server is starting"
+ disabled_str="plugin-clnrest: Killing plugin: disabled itself"
150
151
if grep -q "$active_str" "$logfile"; then
152
echo "active"
0 commit comments