From c3bf3226330726f06f339e8cfc2ba872d79bbfc6 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:11:26 +0100 Subject: [PATCH] Gotta save self_bootstrap_peers as setting if we want to use it in POST_INSTALL message --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 10555e6..762cc18 100755 --- a/scripts/install +++ b/scripts/install @@ -148,6 +148,7 @@ then fi self_bootstrap_peers="$($garage node id --quiet)" +ynh_app_setting_set --app=$app --key=self_bootstrap_peers --value=$self_bootstrap_peers garage_layout="$($garage layout show)" ynh_app_setting_set --app=$app --key=garage_layout --value="$garage_layout"