Merge "Use correct argument order in truorfalse for USE_JOURNAL"
This commit is contained in:
commit
4bca739576
@ -615,7 +615,7 @@ function setup_systemd_logging {
|
|||||||
# native systemd path, which provides for things like search on
|
# native systemd path, which provides for things like search on
|
||||||
# request-id. However, there may be an eventlet interaction here,
|
# request-id. However, there may be an eventlet interaction here,
|
||||||
# so going off for now.
|
# so going off for now.
|
||||||
USE_JOURNAL=$(trueorfalse USE_JOURNAL False)
|
USE_JOURNAL=$(trueorfalse False USE_JOURNAL)
|
||||||
local pidstr=""
|
local pidstr=""
|
||||||
if [[ "$USE_JOURNAL" == "True" ]]; then
|
if [[ "$USE_JOURNAL" == "True" ]]; then
|
||||||
iniset $conf_file $conf_section use_journal "True"
|
iniset $conf_file $conf_section use_journal "True"
|
||||||
|
Loading…
Reference in New Issue
Block a user