allwinner_a64/android/external/autotest/site_utils/admin/scripts/fixperms.sh
2018-08-08 16:14:42 +08:00

5 lines
138 B
Bash
Executable file

#!/bin/bash
chmod -R o+r /usr/local/autotest
find /usr/local/autotest/ -type d | xargs chmod o+x
chmod o+x /usr/local/autotest/tko/*.cgi