Fix insecable space

This commit is contained in:
William Hirigoyen (Evolix) 2022-02-22 14:56:34 +01:00
parent 0a3d7996a7
commit 43826224e3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ test -d "${jail_path}" && error "Skip jail \`${jail_name}' : it already exists"
mkdir --parents "${CONFDIR}" "${JAILDIR}"
btrfs_bin=$(command -v btrfs)
if [ -z ${btrfs_bin} ]; then
if [ -z ${btrfs_bin} ]; then
error "btrfs not found. Please install brtfs-progs."
fi