fix chrony-helper to exit with correct status (#1350531)
This commit is contained in:
parent
1d558238de
commit
14388922a6
@ -152,7 +152,7 @@ is_source_line() {
|
||||
|
||||
list_static_sources() {
|
||||
while read line; do
|
||||
is_source_line "$line" && echo "$line"
|
||||
is_source_line "$line" && echo "$line" || :
|
||||
done < $chrony_conf
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user