Skip to content

Commit

Permalink
Change permissions in %post section
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer committed Jun 4, 2020
1 parent 46e9225 commit ba618b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_xdmod/modules/xdmod/xdmod.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mkdir -p $RPM_BUILD_ROOT%{xdmod_export_dir}
for file in exceptions.log query.log; do
touch %{_localstatedir}/log/%{name}/$file
chown apache:xdmod %{_localstatedir}/log/%{name}/$file
chmod 0664 %{_localstatedir}/log/%{name}/$file
chmod 0660 %{_localstatedir}/log/%{name}/$file
done
if [ "$1" -ge 2 ]; then
echo "Run xdmod-upgrade to complete the Open XDMoD upgrade process."
Expand Down

0 comments on commit ba618b1

Please sign in to comment.