Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.

Commit 655db71

Browse files
authored
Update change_file_path.sh
1 parent f504aa2 commit 655db71

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

change_file_path.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,16 @@ for file in ./*; do
1919
mv "$file" $path_t1$real_file_name
2020
echo "$file$path_t1$real_file_name"
2121
fi
22+
2223
done
24+
25+
find FinalShell -type f -exec chmod 644 {} \;
26+
find FinalShell -type d -exec chmod 755 {} \;
27+
28+
chmod -R 755 FinalShell/lib/runtime/lib/classlist
29+
chmod -R 755 FinalShell/lib/runtime/lib/jexec
30+
chmod -R 755 FinalShell/lib/runtime/lib/jspawnhelper
31+
chmod -R 755 FinalShell/lib/runtime/lib/modules
32+
chmod -R 755 FinalShell/lib/runtime/lib/security/cacerts
33+
34+
chmod 755 FinalShell/bin/FinalShell

0 commit comments

Comments
 (0)