mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 12:36:04 -04:00
remove unicode
This commit is contained in:
parent
fcaec49675
commit
55d16e1602
3 changed files with 3 additions and 3 deletions
|
@ -464,7 +464,7 @@ set_file_perms() {
|
|||
parse_config_folder() {
|
||||
# Query contents of password and group databases only once and buffer them
|
||||
#
|
||||
# If we don’t buffer we sometimes get incorrect results when checking for entries using
|
||||
# If we don't buffer we sometimes get incorrect results when checking for entries using
|
||||
# `if getent passwd | grep -q '^root:'; …` since `grep` exits after the first match in
|
||||
# this case causing `getent` to receive SIGPIPE, which then fails the pipeline since
|
||||
# `set -o pipefail` is set for this script.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue