10 lines
260 B
Bash
Executable File
10 lines
260 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
chmod 777 centos7_nginx_php56/nginx/logs
|
|
chmod 777 centos7_nginx_php56/php/log
|
|
chmod 777 centos7_nginx_php56/php/session
|
|
|
|
chmod 777 centos7_nginx_php74/nginx/logs
|
|
chmod 777 centos7_nginx_php74/php/log
|
|
chmod 777 centos7_nginx_php74/php/session
|