This commit is contained in:
oiseauroch 2022-12-23 11:36:28 +01:00
parent fa52d0a4b4
commit 801c170ab9

View File

@ -53,7 +53,7 @@ garage_connect() {
i=$(( i + 1 )) i=$(( i + 1 ))
if [ $i -gt 30 ] if [ $i -gt 30 ]
then then
ynh_die --message="unable to get layout from remove peer" ynh_die --message="unable to get layout from remote peer"
fi fi
sleep 1 sleep 1
done done