mirror of
https://github.com/YunoHost-Apps/garage_ynh.git
synced 2024-09-03 18:36:32 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
a2d11dfd68
3 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ Garage is designed for storage clusters composed of nodes running at different p
|
||||||
- K2V API (experimental)
|
- K2V API (experimental)
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.8.0~ynh1
|
**Shipped version:** 0.8.0~ynh2
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
* Limitations :
|
* Limitations :
|
||||||
|
|
|
@ -35,7 +35,7 @@ Garage is designed for storage clusters composed of nodes running at different p
|
||||||
- K2V API (experimental)
|
- K2V API (experimental)
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.8.0~ynh1
|
**Version incluse :** 0.8.0~ynh2
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
* Limitations :
|
* Limitations :
|
||||||
|
|
|
@ -416,7 +416,7 @@ until [ -n "$node_id" ] ; do
|
||||||
fi
|
fi
|
||||||
sleep 1
|
sleep 1
|
||||||
node_id=$($garage_command node id -q 2>/dev/null | cut -d '@' -f1)
|
node_id=$($garage_command node id -q 2>/dev/null | cut -d '@' -f1)
|
||||||
done
|
done
|
||||||
ynh_app_setting_set --app=$app --key=node_id --value=$node_id
|
ynh_app_setting_set --app=$app --key=node_id --value=$node_id
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue