Upgrade all bitcoin software to latest versions #328

Merged
greg merged 11 commits from chore/upgrade_bitcoin_software into master 2021-07-07 09:42:33 +00:00
Showing only changes of commit 4bda4d7857 - Show all commits

View File

@ -17,7 +17,7 @@ bash "compile_lnd" do
cwd node['lnd']['source_dir']
code <<-EOH
source /etc/profile.d/golang.sh
make clean && make && make install
make clean && make && make install tags="signrpc walletrpc chainrpc invoicesrpc"
EOH
action :nothing
notifies :restart, "systemd_unit[lnd.service]", :delayed