From ced6335f6b57d3412e1b8e569f3a71b54eccfdfc Mon Sep 17 00:00:00 2001 From: oiseauroch Date: Sat, 16 Dec 2023 21:07:06 +0100 Subject: [PATCH] remove wrong line --- scripts/_common.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 9bc28f6..6e169e8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -44,7 +44,6 @@ apply_layout() { garage_command=$1 $garage_command layout show 2>/dev/null if [ "$(./garage -c garage.toml layout show | grep 'This new layout cannot yet be applied')" ] - if [ "$layout_version" != "" ] then ynh_print_warn --message="Unable to apply layout. No enough nodes" return 0