1
0
Fork 0
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:
oiseauroch 2023-02-22 16:09:06 +01:00
commit a2d11dfd68
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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