mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
6 lines
193 B
Django/Jinja
6 lines
193 B
Django/Jinja
#!/bin/bash
|
|
|
|
chown -R seafile:seafile {{ seafile_root_dir }}/seafile-server/pro/elasticsearch/
|
|
chown -R seafile:seafile {{ seafile_root_dir }}/seahub-data
|
|
restorecon -R {{ seafile_root_dir }}/
|