mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 07:05:19 +02:00
5 lines
130 B
Plaintext
5 lines
130 B
Plaintext
![]() |
#!/bin/bash -e
|
||
|
|
||
|
restorecon -R {{ wp_root_dir }}
|
||
|
chown -R {{ wp_php_user }}:{{ wp_php_user }} {{ wp_root_dir }}/{web,sessions,tmp}
|