diff options
| -rwxr-xr-x | install-artix.sh | 4 |
1 files 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 !!! |
