mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-13 04:31:21 -05: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
|
esac
|
||||||
|
|
||||||
if test ! -e "${fso}"; then
|
if test ! -e "${fso}"; then
|
||||||
log warn "File does not exist: '${fso}'"
|
log info "File does not exist: '${fso}'"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user