fixed restart.sh permissions

Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
pull/702/head
Thomas Büttner 6 years ago
parent cbff18edb5
commit 0e455b0f62

@ -92,7 +92,7 @@ EOF
%attr(644,root,root) %{_libdir}/%{name}/sosdocsunix.txt
%attr(644,root,root) %{_unitdir}/%{name}.service
%attr(755,root,root) %{_datadir}/%{name}/update-db-paths.sh
%attr(750,root,root) %{_libexecdir}/%{name}/restart.sh
%attr(755,root,root) %{_libexecdir}/%{name}/restart.sh
%attr(644,root,root) %{_prefix}/lib/firewalld/service/%{name}.xml
%attr(755,jellyfin,jellyfin) %dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}

Loading…
Cancel
Save