mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-09 22:57:53 +07:00
refactoring
This commit is contained in:
parent
065ff4bd05
commit
87b999f92a
@ -256,7 +256,7 @@ set_file_perms() {
|
||||
continue
|
||||
fi
|
||||
|
||||
if ! [ -e "$fso" ]; then
|
||||
if [ ! -e "$fso" ]; then
|
||||
echo "INFO: fso: '$fso' - does not exist. This is likely normal."
|
||||
continue
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user