mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-22 18:21:53 +01:00
Merge pull request #686 from deadbeef2000/master
[FIX] Fixed rcorder startup
This commit is contained in:
@@ -41,7 +41,7 @@ restart_cmd="bastille_stop && bastille_start"
|
|||||||
rcordered_list() {
|
rcordered_list() {
|
||||||
local _jailsdir
|
local _jailsdir
|
||||||
_jailsdir=$(. $bastille_conf; echo $bastille_jailsdir)
|
_jailsdir=$(. $bastille_conf; echo $bastille_jailsdir)
|
||||||
bastille_ordered_list=$(rcorder -s nostart ${_jailsdir}/*/jail.conf | xargs dirname | xargs basename | tr "\n" " ")
|
bastille_ordered_list=$(rcorder -s nostart ${_jailsdir}/*/jail.conf | xargs dirname | xargs basename -a | tr "\n" " ")
|
||||||
}
|
}
|
||||||
|
|
||||||
bastille_start()
|
bastille_start()
|
||||||
|
|||||||
Reference in New Issue
Block a user