Stop c-lightning before compilation

See https://github.com/ElementsProject/lightning/issues/4346 for
potential issues with not doing that.
This commit is contained in:
Basti 2021-01-26 12:33:09 +01:00
parent 9023c14849
commit 40fe403879
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -24,6 +24,7 @@ end
bash "compile_c-lightning" do bash "compile_c-lightning" do
cwd node['c-lightning']['source_dir'] cwd node['c-lightning']['source_dir']
code <<-EOH code <<-EOH
systemctl stop lightningd.service
./configure ./configure
make make
make install make install