From 73d510aae4cf457ed36d5a9a52c80d44c08530ee Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:46:08 -0700 Subject: [PATCH] Bastille: Stop to no action commands --- usr/local/bin/bastille | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index d8439beb..fcf44029 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -166,10 +166,10 @@ help|-h|--help) usage ;; -bootstrap|clone|console|create|cp|destroy|etcupdate|export|htop|import|jcp|list|mount|rcp|rdr|rename|restart|setup|start|top|umount|update|upgrade|verify) +bootstrap|clone|console|create|cp|destroy|etcupdate|export|htop|import|jcp|list|mount|rcp|rdr|rename|restart|setup|start|stop|top|umount|update|upgrade|verify) # Nothing "extra" to do for these commands. -- cwells ;; -config|cmd|convert|edit|limits|pkg|service|stop|sysrc|tags|template|zfs) +config|cmd|convert|edit|limits|pkg|service|sysrc|tags|template|zfs) # Parse the target and ensure it exists. -- cwells if [ $# -eq 0 ]; then # No target was given, so show the command's help. -- cwells PARAMS='help'