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
|
||||||
make install
|
make install
|
||||||
EOH
|
EOH
|
||||||
|
environment "PYTHON_VERSION" => "3"
|
||||||
action :nothing
|
action :nothing
|
||||||
notifies :restart, "systemd_unit[lightningd.service]", :delayed
|
notifies :restart, "systemd_unit[lightningd.service]", :delayed
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user