Fix c-lightning configure not finding python
Broke in the latest release.
This commit is contained in:
parent
461af035ac
commit
c3256a07cc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user