mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-25 23:10:33 +01:00
Merge pull request #242 from tobiastom/feature/fstab-in-template
Added fstab alias to mount command in Bastillefiles.
This commit is contained in:
@@ -138,6 +138,8 @@ for _jail in ${JAILS}; do
|
||||
_args="${bastille_template}/${_args}"
|
||||
fi
|
||||
;;
|
||||
fstab|mount)
|
||||
_cmd='mount' ;;
|
||||
include)
|
||||
_cmd='template' ;;
|
||||
pkg)
|
||||
|
||||
Reference in New Issue
Block a user