From 00abab4a3628f04857d0b5d47e7deda274db6b81 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 5 Nov 2018 18:33:11 +0900 Subject: [PATCH] Add compose timeout --- btcpay-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/btcpay-setup.sh b/btcpay-setup.sh index f5756d4..6973104 100755 --- a/btcpay-setup.sh +++ b/btcpay-setup.sh @@ -163,6 +163,7 @@ fi # Put the variables in /etc/profile.d when a user log interactively touch "/etc/profile.d/btcpay-env.sh" echo " +export COMPOSE_HTTP_TIMEOUT=\"180\" export BTCPAYGEN_OLD_PREGEN=\"$BTCPAYGEN_OLD_PREGEN\" export BTCPAYGEN_CRYPTO1=\"$BTCPAYGEN_CRYPTO1\" export BTCPAYGEN_CRYPTO2=\"$BTCPAYGEN_CRYPTO2\"