btcpayserver-docker icon indicating copy to clipboard operation
btcpayserver-docker copied to clipboard

rm: remove symbolic link '/usr/local/bin/bitcoin-cli.sh'?

Open plittlefield opened this issue 1 year ago • 2 comments

When I start the script, I get this question and wondered what the correct answer is?

TCPay Server starting... this can take 5 to 10 minutes... BTCPay Server started [+] Running 12/12 rm: remove symbolic link '/usr/local/bin/bitcoin-cli.sh'?

plittlefield avatar Jun 09 '24 17:06 plittlefield

Which script do you run? At first glance I couldn't find what would invoke a rm /usr/local/bin/bitcoin-cli.sh and I don't know why it should be removed by anything other than btcpay-teardown.sh.

dennisreimann avatar Jun 10 '24 05:06 dennisreimann

I run the script stated in the Docker Deployment page after setting the variables.

. ./btcpay-setup.sh -i

I do have to say that I made a few changes to the variables as I found things like ports and node db size tweaks.

So, I have run that a few times, after shutting down the server using btcpay-down.sh.

plittlefield avatar Jun 10 '24 13:06 plittlefield