Set up NBXplorer, BTCPay Server, and C-Lightning with Chef #270

Merged
greg merged 10 commits from feature/btcpay_server into master 2020-12-31 10:25:09 +00:00
2 changed files with 2 additions and 6 deletions
Showing only changes of commit 5277bce20b - Show all commits

View File

@ -16,8 +16,6 @@ end
bash 'build_nbxplorer' do
cwd node['nbxplorer']['source_dir']
code <<-EOH
./build.sh
EOH
code './build.sh'
action :nothing
end

View File

@ -16,8 +16,6 @@ end
bash 'build_btcpay' do
cwd node['btcpay']['source_dir']
code <<-EOH
./build.sh
EOH
code './build.sh'
action :nothing
end