ansible-roles/roles/gitea/templates/perms.sh.j2
2021-12-01 19:13:34 +01:00

6 lines
136 B
Django/Jinja

#!/bin/bash
restorecon -R {{ gitea_root_dir }}
chown root:root {{ gitea_root_dir }}/bin/gitea
chmod 755 {{ gitea_root_dir }}/bin/gitea