Browse Source

Remove killing docker

feature/more-args
nicolas.dorier 6 years ago
parent
commit
e3577fd163
No known key found for this signature in database GPG Key ID: 6618763EF09186FE
  1. 5
      btcpay-setup.sh

5
btcpay-setup.sh

@ -490,9 +490,4 @@ fi
cd "$BTCPAY_BASE_DIRECTORY/btcpayserver-docker"
install_tooling
if ! $START; then
echo "Killing dockerd in the background..."
kill %-
fi
cd $ORIGINAL_DIRECTORY

Loading…
Cancel
Save