run: improve logging
parent
d98d0b9522
commit
899098bc51
3
run.sh
3
run.sh
|
@ -33,8 +33,9 @@ function fetch_binary {
|
||||||
echo "Fetched $URL successfully!"
|
echo "Fetched $URL successfully!"
|
||||||
break
|
break
|
||||||
fi
|
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 "Are you sure the host is reachable and running Memories v6+?"
|
||||||
|
echo "Retrying in 10 seconds..."
|
||||||
sleep 10
|
sleep 10
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue