Skip to content

Commit

Permalink
Create tomcat log directory (#7995)
Browse files Browse the repository at this point in the history
create tomcat log directory
  • Loading branch information
ericholguin authored Apr 17, 2024
1 parent c6abc40 commit c7edc8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions traffic_router/tomcat-rpm/tomcat.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Built:@BUILT@
%build

%install
mkdir -p "${RPM_BUILD_ROOT}"/var/log/tomcat
install -d -m 755 ${RPM_BUILD_ROOT}/%{tomcat_home}/
cp -R * ${RPM_BUILD_ROOT}/%{tomcat_home}/

Expand Down Expand Up @@ -72,6 +73,7 @@ fi
%license LICENSE
%defattr(-,root,root)
%{tomcat_home}
%dir /var/log/tomcat

%post

Expand Down

0 comments on commit c7edc8a

Please sign in to comment.