Trivial: fix conditional whitespace

This may be causing an issue on older versions of bash

Blueprint: whole-disk-default
Change-Id: I19763bc2efc2fbf78ec88b9018ba27fe8d85b874
This commit is contained in:
Steve Baker 2021-11-03 10:02:19 +13:00
parent 7e8942329a
commit 96a715e68f
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ else
*) echo "Error: unsupported option $1." ; exit 1;;
esac
done
if [ -z "${MOUNT_DIR}" ] || [ -z "${IMAGE_FILE}"]; then
if [ -z "${MOUNT_DIR}" ] || [ -z "${IMAGE_FILE}" ]; then
mount_show_options 1
fi
mount_image