mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-18 15:49:20 -04:00
downgrade to info
This commit is contained in:
parent
a5e55dfcfc
commit
2ed6452590
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ set_file_perms() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! [ -e "${file}" ]; then
|
if ! [ -e "${file}" ]; then
|
||||||
echo "ERROR: File '${file}' does not exist!" >&2
|
echo "INFO: File '${file}' does not exist!"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue