bastille: adding a no operation command

This commit is contained in:
Juan David Hurtado G
2024-11-24 16:20:13 -05:00
parent 3f0a460f90
commit 9157ac34e3

View File

@@ -185,6 +185,7 @@ clone|config|cmd|console|convert|cp|edit|htop|limits|mount|pkg|rcp|rename|servic
elif [ "${CMD}" = 'template' ] && [ "${TARGET}" = '--convert' ]; then
# This command does not act on a jail, so we are temporarily bypassing the presence/started
# checks. The command will simply convert a template from hooks to a Bastillefile. -- cwells
:
else
JAILS="${TARGET}"