diff --git a/README.md b/README.md index 1a5eccd..df41a66 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Garage is designed for storage clusters composed of nodes running at different p - K2V API (experimental) -**Shipped version:** 0.8.0~ynh1 +**Shipped version:** 0.8.0~ynh2 ## Disclaimers / important information * Limitations : diff --git a/README_fr.md b/README_fr.md index 7324270..31dc3fe 100644 --- a/README_fr.md +++ b/README_fr.md @@ -35,7 +35,7 @@ Garage is designed for storage clusters composed of nodes running at different p - K2V API (experimental) -**Version incluse :** 0.8.0~ynh1 +**Version incluse :** 0.8.0~ynh2 ## Avertissements / informations importantes * Limitations : diff --git a/scripts/install b/scripts/install index 0b39c97..232d760 100755 --- a/scripts/install +++ b/scripts/install @@ -416,7 +416,7 @@ until [ -n "$node_id" ] ; do fi sleep 1 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