mirror of
https://github.com/kdrag0n/safetynet-fix.git
synced 2024-11-19 11:11:22 +00:00
5 lines
94 B
Bash
Executable File
5 lines
94 B
Bash
Executable File
#!/sbin/sh
|
|
|
|
# Set executable permissions
|
|
set_perm_recursive $MODPATH/system/bin 0 0 0755 0755
|