From 9718b5771ac9d180edbdd6c6fcad705c74695c63 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Tue, 13 May 2025 12:12:45 -0600 Subject: [PATCH] =?UTF-8?q?list:=20don=E2=80=99t=20include=20templatesdir?= =?UTF-8?q?=20is=20listing=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 946a9aea..8d5a1c59 100644 --- a/usr/local/share/bastille/list.sh +++ b/usr/local/share/bastille/list.sh @@ -607,7 +607,7 @@ list_release(){ } list_template(){ - find "${bastille_templatesdir}" -type d -maxdepth 2 | sed 's#${bastille_templatesdir}/##g' + find "${bastille_templatesdir}" -type d -maxdepth 2 | sed "s#${bastille_templatesdir}/##g" } list_jail(){