android13/external/autotest/site_utils/admin/scripts/fixperms.sh

6 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