Merge pull request #242 from tobiastom/feature/fstab-in-template

Added fstab alias to mount command in Bastillefiles.
This commit is contained in:
Christer Edwards
2020-08-19 11:52:29 -06:00
committed by GitHub

View File

@@ -138,6 +138,8 @@ for _jail in ${JAILS}; do
_args="${bastille_template}/${_args}"
fi
;;
fstab|mount)
_cmd='mount' ;;
include)
_cmd='template' ;;
pkg)