conf: Don't print configuration on --quiet
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
53489b8e6e
commit
eb18f862cb
1 changed files with 2 additions and 1 deletions
1
conf.c
1
conf.c
|
@ -1239,5 +1239,6 @@ void conf(struct ctx *c, int argc, char **argv)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!c->quiet)
|
||||||
conf_print(c);
|
conf_print(c);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue