From ee4f09ee549861cf0471e6731194fcd123d8bb2f Mon Sep 17 00:00:00 2001 From: oiseauroch Date: Tue, 19 Dec 2023 10:46:50 +0100 Subject: [PATCH] add units to capacity --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3b94821..4c321b8 100755 --- a/scripts/install +++ b/scripts/install @@ -138,7 +138,7 @@ ynh_app_setting_set --app=$app --key=secret_node_id --value=$secret_node_id # define node -$garage layout assign $secret_node_id -z $domain -c $weight -t $domain +$garage layout assign $secret_node_id -z $domain -c ${weight}GB -t $domain # if there is enough node, apply layout garage_layout_apply