template: Continue after HOSTCMD

This commit is contained in:
tschettervictor
2025-03-03 16:01:20 -07:00
committed by GitHub
parent 6ef1b2d4e0
commit cb5d58e48c

View File

@@ -371,7 +371,9 @@ for _jail in ${JAILS}; do
_cmd='mount' ;;
# Execute this command on the host
hostcmd)
eval "${_args}" ;;
eval "${_args}"
continue
;;
include)
_cmd='template' ;;
overlay)