mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-03 19:23:42 +01:00
list: don’t include templatesdir is listing templates
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user