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