diff options
| author | Blake Romero <blake@blkrom.com> | 2024-04-19 01:57:13 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-04-19 01:57:13 +0100 |
| commit | 02cb470655f2ecfcda84fa9ae91f54730414a397 (patch) | |
| tree | d74db9ad041bd69dcbae0f814d48c48d81575955 /install-artix.sh | |
| parent | c5d9869a3580deb98c1e1cb812b565e556129f2e (diff) | |
Fix conditional spacing error
Diffstat (limited to 'install-artix.sh')
| -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 !!! |
