refactoring

This commit is contained in:
Patrick Schleizer 2019-12-23 00:59:43 -05:00
parent 065ff4bd05
commit 87b999f92a
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -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