From 55dc01a3b0e169758166360927f3a22acb9f94e2 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Sun, 19 Nov 2023 13:59:20 -0500 Subject: [PATCH] Increase wait timer. --- btcpayserver/go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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