Fix c-lightning configure not finding python

Broke in the latest release.
This commit is contained in:
Basti 2021-01-26 12:05:29 +01:00
parent 461af035ac
commit c3256a07cc
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

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