Skip to content

Commit

Permalink
bastille: adding a no operation command
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhg-orbiware committed Nov 24, 2024
1 parent 3f0a460 commit 9157ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/local/bin/bastille
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit 9157ac3

Please sign in to comment.