mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
journal-upload: allow the tool to start
This commit is contained in:
parent
dad29dff19
commit
4015ac5c32
@ -748,7 +748,7 @@ int main(int argc, char **argv) {
|
|||||||
log_parse_environment();
|
log_parse_environment();
|
||||||
|
|
||||||
r = parse_config();
|
r = parse_config();
|
||||||
if (r <= 0)
|
if (r < 0)
|
||||||
goto finish;
|
goto finish;
|
||||||
|
|
||||||
r = parse_argv(argc, argv);
|
r = parse_argv(argc, argv);
|
||||||
|
Loading…
Reference in New Issue
Block a user