Browse Source

fix script

migrate-pregen
nicolas.dorier 7 years ago
parent
commit
bde3a7525a
  1. 3
      btcpay-setup.sh

3
btcpay-setup.sh

@ -12,6 +12,7 @@ fi
if ! git -C . rev-parse
echo "You must run this script inside the git repository of btcpayserver-docker"
exit 1
then
function display_help () {
@ -50,7 +51,7 @@ END
}
if [ "$1" != "-i" ]; then
display_help()
display_help
exit 1
fi

Loading…
Cancel
Save