run: improve logging

monorepo
Varun Patil 2023-10-20 14:54:01 -07:00
parent d98d0b9522
commit 899098bc51
1 changed files with 2 additions and 1 deletions

3
run.sh
View File

@ -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
}