mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-03 06:24:54 -04:00
refactoring
This commit is contained in:
parent
065ff4bd05
commit
87b999f92a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue