From 1cc713ec86dfcf7ecb795e5347b90331f579776a Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 21 Apr 2025 17:30:16 -0600 Subject: [PATCH] list: Only list the relevant template part of the directory --- usr/local/share/bastille/list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/list.sh b/usr/local/share/bastille/list.sh index 22f81f3f..07c541ca 100644 --- a/usr/local/share/bastille/list.sh +++ b/usr/local/share/bastille/list.sh @@ -204,7 +204,7 @@ list_release(){ } list_template(){ - find "${bastille_templatesdir}" -type d -maxdepth 2 + find "${bastille_templatesdir}" -type d -maxdepth 2 | sed 's#${bastille_templatesdir}/##g' } list_jail(){