Skip to content

Commit 15098e7

Browse files
authored
Merge pull request #858 from yuguorui/master
Fix aesmd booting error after RPM upgrade.
2 parents fdb3b8b + 7523535 commit 15098e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/installer/rpm/sgx-aesm-service/sgx-aesm-service.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ sed -i 's#^/etc/aesmd.conf#%config &#' %{_specdir}/list-%{name}
6767

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

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

7373
%preun

0 commit comments

Comments
 (0)