From 18f5404b73c65004964eb63ca3f62af4f6305ceb Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 23 Feb 2025 12:16:57 -0700 Subject: [PATCH] bastille: Limits+Tags to no action commands --- usr/local/bin/bastille | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index 6c5b14c6..39687e7e 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -168,7 +168,7 @@ help|-h|--help) bootstrap|clone|cmd|config|console|create|cp|destroy|edit|etcupdate|export|htop|import|jcp|list|mount|pkg|rcp|rdr|rename|restart|service|setup|start|stop|sysrc|top|umount|update|upgrade|verify) # Nothing "extra" to do for these commands. -- cwells ;; -convert|limits|tags|template|zfs) +template) # 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'