Skip to content

Commit

Permalink
Update postgres-appliance/build_scripts/base.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Polina Bungina <27892524+hughcapet@users.noreply.github.com>
  • Loading branch information
idanovinda and hughcapet authored Nov 11, 2024
1 parent a7fb612 commit 3c3e004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/build_scripts/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ for version in $DEB_PG_SUPPORTED_VERSIONS; do
done
find /usr/lib/postgresql/"${version}"/lib/ -name 'timescaledb-2.*.so' "${exclude_patterns[@]}" -delete;

if [ "${TIMESCALEDB_APACHE_ONLY}" = "false" ]; then
if [ "${TIMESCALEDB_APACHE_ONLY}" != "true" ]; then
find /usr/lib/postgresql/"${version}"/lib/ -name 'timescaledb-tsl-2.*.so' "${exclude_patterns_tsl[@]}" -delete;
fi

Expand Down

0 comments on commit 3c3e004

Please sign in to comment.