mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 14:06:05 -04:00
downgrade warning of non-existing folders to info
to avoid all users by default getting a warning for expected non-existing folders
This commit is contained in:
parent
151ca659a9
commit
3bf1f26c0b
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ set_file_perms() {
|
|||
esac
|
||||
|
||||
if test ! -e "${fso}"; then
|
||||
log warn "File does not exist: '${fso}'"
|
||||
log info "File does not exist: '${fso}'"
|
||||
continue
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue