Skip to content

Commit

Permalink
Fixing spec file typo that caused build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
arlake228 committed May 24, 2024
1 parent 9672219 commit d5fa42f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ EOF
NEW_CONF_DIGEST=$(sha256sum "%{pgsql_conf}" | awk '{ print $1 }')

# Change TimeoutSec to 5 sec to allow postgres to start for Oracle 8
%if 0%{ol8}
%if 0%{?ol8}
sed -i -e 's/^TimeoutSec=0$/TimeoutSec=5/' '%{_unitdir}/postgresql.service'
systemctl daemon-reload
%endif
Expand Down

0 comments on commit d5fa42f

Please sign in to comment.