diff options
-rw-r--r-- | src/core/procedures/interactive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive index 8db5638..13b8969 100644 --- a/src/core/procedures/interactive +++ b/src/core/procedures/interactive @@ -165,7 +165,7 @@ worker_prepare_disks() ;; "3") PARTFINISH="" - if "$DISK_CONFIG_TYPE" = "auto" ]; then + if [ "$DISK_CONFIG_TYPE" = "auto" ]; then notify "You have already prepared your filesystems with Auto-prepare" #TODO: allow user to do this anyway. he can change his mind. else interactive_mountpoints && ret=0 && NEXTITEM=4 && DISK_CONFIG_TYPE=manual |