mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-22 08:49:31 -04:00
fix
This commit is contained in:
parent
0c4db8c2b0
commit
9050058bc2
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ undo_all() {
|
|||
|
||||
stat -c "%n %a %U %G" "$file_name" || true
|
||||
|
||||
chmod "$mode" "$file_name" || exit_code=202
|
||||
chown "${owner}:${group}" "$file_name" || exit_code=203
|
||||
chown "${owner}:${group}" "$file_name" || exit_code=202
|
||||
chmod "$mode" "$file_name" || exit_code=203
|
||||
|
||||
stat -c "%n %a %U %G" "$file_name" || true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue