From fe5870edd8c90d36a035ee084edb74fd20bd7e8f Mon Sep 17 00:00:00 2001 From: vflaux <38909103+vflaux@users.noreply.github.com> Date: Fri, 3 Jan 2025 12:25:18 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20setup-local-disks=20for=20mode=20?= =?UTF-8?q?=E2=80=9Cnone=E2=80=9D=20(#2105)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/shared/runtime/bin/setup-local-disks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shared/runtime/bin/setup-local-disks b/templates/shared/runtime/bin/setup-local-disks index 0c9c4ccd4..bf8080c70 100755 --- a/templates/shared/runtime/bin/setup-local-disks +++ b/templates/shared/runtime/bin/setup-local-disks @@ -237,7 +237,7 @@ if [[ "${DISK_SETUP}" != "raid0" && "${DISK_SETUP}" != "mount" && "${DISK_SETUP} fi if [ "${DISK_SETUP}" = "none" ]; then - "disk setup is 'none', nothing to do!" + echo "disk setup is 'none', nothing to do!" exit 0 fi