mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-23 01:03:35 +07: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
@ -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…
Reference in New Issue
Block a user