Update c-lightning to v0.9.3 #297

Merged
raucao merged 2 commits from chore/update_c-lightning into master 2021-01-26 11:07:22 +00:00
Showing only changes of commit c3256a07cc - Show all commits

View File

@ -28,6 +28,7 @@ bash "compile_c-lightning" do
make
make install
EOH
environment "PYTHON_VERSION" => "3"
action :nothing
notifies :restart, "systemd_unit[lightningd.service]", :delayed
end