mirror of
https://github.com/YunoHost-Apps/garage_ynh.git
synced 2024-09-03 18:36:32 +02:00
add units to capacity
This commit is contained in:
parent
9098026778
commit
ee4f09ee54
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue