BastilleBSD / bastille

Bastille is an open-source system for automating deployment and management of containerized applications on FreeBSD.
https://bastillebsd.org
BSD 3-Clause "New" or "Revised" License
858 stars 140 forks source link

[BUGFIX] Fixed rcorder startup #686

Closed deadbeef2000 closed 4 months ago

deadbeef2000 commented 8 months ago

Adding bastille_rcorder="YES" to /etc/rc.conf doesn't start all jails on bootup. The culprit seems to be xargs basename. Without the -a flag, this command will only output one match (the first one found).

This fix hasn't been thoroughly tested, although it works in all of my personal usecases.

This should also fix issue https://github.com/BastilleBSD/bastille/issues/678

yaazkal commented 4 months ago

Thank you @deadbeef2000 merging now.