Make sure filemon is loaded since we are going to use meta_mode

This commit is contained in:
Renato Botelho 2016-06-27 15:04:15 -03:00
parent 8e9167a574
commit a81faa8570

View File

@ -48,6 +48,8 @@ if [ -z "${IMAGES_FINAL_DIR}" -o "${IMAGES_FINAL_DIR}" = "/" ]; then
print_error_pfS
fi
kldload filemon >/dev/null 2>&1
lc() {
echo "${1}" | tr '[[:upper:]]' '[[:lower:]]'
}