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:
Patrick Schleizer 2024-07-24 11:20:26 -04:00
parent 151ca659a9
commit 3bf1f26c0b
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -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