mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-29 17:18:40 -04:00
fix
This commit is contained in:
parent
3f068f77fe
commit
8e76e6b8b3
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ process_file_system_objects() {
|
||||||
}
|
}
|
||||||
|
|
||||||
process_files() {
|
process_files() {
|
||||||
for file_name in $chfiles $privdirs ; do
|
for file_name in $chfiles ; do
|
||||||
full_path_original="$home_folder/$file_name"
|
full_path_original="$home_folder/$file_name"
|
||||||
full_path_original_dirname="${full_path_original%/*}"
|
full_path_original_dirname="${full_path_original%/*}"
|
||||||
full_path_backup="$backup_folder/$file_name"
|
full_path_backup="$backup_folder/$file_name"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue