5 lines
138 B
Bash
Executable file
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
|