1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garage_ynh.git synced 2024-09-03 18:36:32 +02:00

remove wrong line

This commit is contained in:
oiseauroch 2023-12-16 21:07:06 +01:00
parent e40686a13c
commit ced6335f6b

View file

@ -44,7 +44,6 @@ apply_layout() {
garage_command=$1 garage_command=$1
$garage_command layout show 2>/dev/null $garage_command layout show 2>/dev/null
if [ "$(./garage -c garage.toml layout show | grep 'This new layout cannot yet be applied')" ] if [ "$(./garage -c garage.toml layout show | grep 'This new layout cannot yet be applied')" ]
if [ "$layout_version" != "" ]
then then
ynh_print_warn --message="Unable to apply layout. No enough nodes" ynh_print_warn --message="Unable to apply layout. No enough nodes"
return 0 return 0