mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-03 03:08:25 +01:00
list: Only list the relevant template part of the directory
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user