feat: add set logfile to stdout cmd

This commit is contained in:
Philipp Rothmann 2023-06-26 11:56:10 +02:00 committed by Christian Galo
parent 5f592e299e
commit 8de526606f
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ set_trusted_proxies() {
set_system_config trusted_proxies "$trusted_proxies"
}
set_logfile_stdout() {
set_system_config logfile '/dev/stdout'
}
install_bbb() {
install_apps bbb
set_app_config bbb app.navigation true