Increase wait timer.

This commit is contained in:
Derek Smith 2023-11-19 13:59:20 -05:00
parent edf6f9a227
commit 55dc01a3b0
Signed by: farscapian
GPG Key ID: B443E530A14E1C90

View File

@ -26,7 +26,7 @@ if [ "$UPDATE_BTCPAY" = true ]; then
elif [ "$RESTORE_BTCPAY" = true ]; then elif [ "$RESTORE_BTCPAY" = true ]; then
# run the update. # run the update.
ssh "$BTCPAY_SERVER_FQDN" "bash -c $BTCPAY_SERVER_APPPATH/btcpay-down.sh" ssh "$BTCPAY_SERVER_FQDN" "bash -c $BTCPAY_SERVER_APPPATH/btcpay-down.sh"
sleep 15 sleep 25
./restore.sh ./restore.sh