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:
Christian Decker
2022-03-23 11:50:36 +01:00
committed by Rusty Russell
parent bf7ad86ef2
commit 09ee28cb51
3 changed files with 22 additions and 6 deletions

View File

@@ -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