copr: add executable permissions for cgi-resalloc script

This commit is contained in:
Jakub Kadlcik 2022-06-22 15:36:52 -04:00
parent 6a4bce6087
commit d6ede12e32

View file

@ -144,7 +144,11 @@
template: src="lighttpd/dir-generator.php.j2" dest="/var/lib/copr/public_html/dir-generator.php" owner=copr group=copr mode=0755
- name: install resalloc CGI script
copy: src=cgi-resalloc dest=/var/www/ setype=httpd_sys_script_exec_t
copy:
src: cgi-resalloc
dest: /var/www/
setype: httpd_sys_script_exec_t
mode: 0755
- name: install the helper scripts for lighttpd log rotation
copy: