mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 17:04:50 -04:00
quotes
This commit is contained in:
parent
3187cee4fb
commit
a5e55dfcfc
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ add_statoverride_entry() {
|
|||
echo_wrapper dpkg-statoverride --add --update "${owner}" "${group}" "${existing_mode:1}" "${file_name}"
|
||||
fi
|
||||
fi
|
||||
done < <( stat -c "%n %a %U %G" ${file%/}/** )
|
||||
done < <( stat -c "%n %a %U %G" "${file%/}/"** )
|
||||
else
|
||||
echo_wrapper dpkg-statoverride --add --update "${owner}" "${group}" "${mode}" "${file%/}"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue