From 899098bc51e5d1d11d38e9078284b374b5fc13da Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Fri, 20 Oct 2023 14:54:01 -0700 Subject: [PATCH] run: improve logging --- run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index aa20c708..50a65bc3 100755 --- a/run.sh +++ b/run.sh @@ -33,8 +33,9 @@ function fetch_binary { echo "Fetched $URL successfully!" break fi - echo "Failed to fetch $URL, retrying in 10 seconds" + echo "Failed to fetch $URL" echo "Are you sure the host is reachable and running Memories v6+?" + echo "Retrying in 10 seconds..." sleep 10 done }