From 02cb470655f2ecfcda84fa9ae91f54730414a397 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 19 Apr 2024 01:57:13 +0100 Subject: Fix conditional spacing error --- install-artix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-artix.sh b/install-artix.sh index 5d0882a..33c42b7 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -113,8 +113,8 @@ BOOT Partition: ${boot}, Size: ${boot_size} ROOT Partition: ${root}, Size: MAX SWAP Size: ${swap_size} ------------------------------------------------------" -if [[ $options != ""]]; then - echo "Enabled options: ${options} +if [[ $options != "" ]]; then + echo "Options: ${options} ------------------------------------------------------" fi echo "CAUTION: ALL data from ${drive} will be erased !!! -- cgit