diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-12 14:23:02 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-12 14:23:02 +0100 |
commit | f3c9ce58c5f227326a9cd176e8b4aed771814278 (patch) | |
tree | 6c474cc85cb850d66def5fb97ce8e7f9a9d03af1 /src | |
parent | d054647345bb2a3b460456e5a7821d4b9f89a5e7 (diff) |
syntax fix
Diffstat (limited to 'src')
-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 |