diff options
Diffstat (limited to 'hooks')
-rw-r--r-- | hooks/filesystems | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/filesystems b/hooks/filesystems index 77ebde3..cd2f28c 100644 --- a/hooks/filesystems +++ b/hooks/filesystems @@ -17,7 +17,7 @@ run_hook () fi eval $( /bin/parseblock "${root}") - if [ "${BLOCKNAME}" = "unknown" -o "x{BLOCKDEVICE}" = "x"]; then + if [ "${BLOCKNAME}" = "unknown" -o "x{BLOCKDEVICE}" = "x" ]; then FSTYPE="unknown" echo "ERROR: Failed to parse block device '${root}'" else |