Merge commit 'refs/top-bases/linux-kernel-disk' into linux-kernel-disk
This commit is contained in:
commit
9f13545f9e
|
@ -62,6 +62,10 @@ while getopts 'hvc:p:' OPTION; do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
if [ $(id -u) != 0 ]; then
|
||||||
|
die "Must run as root"
|
||||||
|
fi
|
||||||
|
|
||||||
check_config || die "${ERROR}"
|
check_config || die "${ERROR}"
|
||||||
. ${ZPOOL_CONFIG}
|
. ${ZPOOL_CONFIG}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue