systemd-linter icon indicating copy to clipboard operation
systemd-linter copied to clipboard

"Error: Lint errors" and non-zero exit code even if there were no errors

Open curiousleo opened this issue 6 years ago • 0 comments

$ systemd-linter lorri.socket
** Ok(())

** Ok(())

** Ok(())

** Ok(())

** Ok(())

** Ok(())

Error: Lint errors. Exiting
$ echo $?
1

curiousleo avatar Oct 28 '19 10:10 curiousleo