aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Büttner <thomas@vergesslicher.tech>2019-01-07 19:28:04 +0100
committerThomas Büttner <thomas@vergesslicher.tech>2019-01-07 19:28:04 +0100
commit0e455b0f6232751d72580b5454303cfaee371aaf (patch)
tree383bede09de689f561e2f4eaf8b12e8a03b11911
parentcbff18edb5ce0921cad626264708e3de4ebe0832 (diff)
fixed restart.sh permissions
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
-rw-r--r--rpm-package/jellyfin.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm-package/jellyfin.spec b/rpm-package/jellyfin.spec
index a7619ea05..c55d1d260 100644
--- a/rpm-package/jellyfin.spec
+++ b/rpm-package/jellyfin.spec
@@ -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}