fix quote

This commit is contained in:
Jérémy Lecour 2022-04-20 15:14:33 +02:00 committed by Jérémy Lecour
parent 3f248cdbaa
commit 4d9d846703

View file

@ -20,7 +20,7 @@ mkdir --parents "${CONFDIR}" "${JAILDIR}"
if is_btrfs "$(dirname "${JAILDIR}")" || is_btrfs "${JAILDIR}"; then
btrfs_bin=$(command -v btrfs)
if [ -z ${btrfs_bin} ]; then
if [ -z "${btrfs_bin}" ]; then
error "btrfs not found. Please install btrfs-progs."
fi
${btrfs_bin} subvolume create "${jail_path}"