Browse Source

add echo about a setup step taking time

feature/auto_ssh
nicolas.dorier 6 years ago
parent
commit
65db53b9f9
  1. 1
      btcpay-setup.sh

1
btcpay-setup.sh

@ -285,6 +285,7 @@ ExecReload=/bin/bash -c '. /etc/profile.d/btcpay-env.sh && cd \"\$(dirname \$BTC
WantedBy=multi-user.target" > /etc/systemd/system/btcpayserver.service
echo -e "BTCPay Server systemd configured in /etc/systemd/system/btcpayserver.service\n"
echo "BTCPay Server starting... this can take 5 to 10 minutes..."
systemctl daemon-reload
systemctl enable btcpayserver
systemctl start btcpayserver

Loading…
Cancel
Save