downgrade to info

This commit is contained in:
Patrick Schleizer 2019-12-20 02:12:43 -05:00
parent a5e55dfcfc
commit 2ed6452590
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -66,7 +66,7 @@ set_file_perms() {
fi
if ! [ -e "${file}" ]; then
echo "ERROR: File '${file}' does not exist!" >&2
echo "INFO: File '${file}' does not exist!"
continue
fi