[x] Have you added an explanation of what your changes do and why you'd like them to be included?
[ ] Have you updated or added documentation for the change, as applicable?
[x] Have you tested your changes on all related environments with successful results, as applicable?
Type of Changes:
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
What is the new behavior (if this is a feature change)?
This commit removes the line that attempts to create the httpd.pid file in the start-pgadmin.sh script as it appears to interfere with startup for Centos7 and UBI7 containers.
Checklist:
Type of Changes:
What is the new behavior (if this is a feature change)?
This commit removes the line that attempts to create the
httpd.pid
file in the start-pgadmin.sh script as it appears to interfere with startup for Centos7 and UBI7 containers.Other information: Issue: [sc-17594]