Skip to content

Commit

Permalink
Merge pull request #858 from yuguorui/master
Browse files Browse the repository at this point in the history
Fix aesmd booting error after RPM upgrade.
  • Loading branch information
llly authored Jul 27, 2022
2 parents fdb3b8b + 7523535 commit 15098e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/installer/rpm/sgx-aesm-service/sgx-aesm-service.spec
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ sed -i 's#^/etc/aesmd.conf#%config &#' %{_specdir}/list-%{name}

%files -f %{_specdir}/list-%{name}

%post
%posttrans
if [ -x %{_install_path}/startup.sh ]; then %{_install_path}/startup.sh; fi

%preun
Expand Down

0 comments on commit 15098e7

Please sign in to comment.