diff --git a/btcpayserver/go.sh b/btcpayserver/go.sh index f3b06d2..5dbfe17 100755 --- a/btcpayserver/go.sh +++ b/btcpayserver/go.sh @@ -26,7 +26,7 @@ if [ "$UPDATE_BTCPAY" = true ]; then elif [ "$RESTORE_BTCPAY" = true ]; then # run the update. ssh "$BTCPAY_SERVER_FQDN" "bash -c $BTCPAY_SERVER_APPPATH/btcpay-down.sh" - sleep 15 + sleep 25 ./restore.sh