mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 23:54:22 +01:00
cln-grpc: Do not start unless a grpc-port is specified
For now we don't want to autostart. Suggested-by: Rusty Russell <@rustyrussell>
This commit is contained in:
committed by
Rusty Russell
parent
bf7ad86ef2
commit
09ee28cb51
@@ -8,7 +8,7 @@ if [ "$1" = "--inside-docker" ]; then
|
||||
cd /build
|
||||
./configure
|
||||
make
|
||||
make install DESTDIR=/"$VER"
|
||||
make install DESTDIR=/"$VER" RUST_PROFILE=release
|
||||
cd /"$VER" && tar cvfz /release/clightning-"$VER".tar.gz -- *
|
||||
exit 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user