mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-13 01:09:16 +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:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user