mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-23 02:33:35 +01:00
template: Continue after HOSTCMD
This commit is contained in:
@@ -371,7 +371,9 @@ for _jail in ${JAILS}; do
|
|||||||
_cmd='mount' ;;
|
_cmd='mount' ;;
|
||||||
# Execute this command on the host
|
# Execute this command on the host
|
||||||
hostcmd)
|
hostcmd)
|
||||||
eval "${_args}" ;;
|
eval "${_args}"
|
||||||
|
continue
|
||||||
|
;;
|
||||||
include)
|
include)
|
||||||
_cmd='template' ;;
|
_cmd='template' ;;
|
||||||
overlay)
|
overlay)
|
||||||
|
|||||||
Reference in New Issue
Block a user