Files
its-a-feature f0b9397362 updating to v3.0.0rc15
fixed an issue with updating user passwords and made payloads in the UI paginated
2023-03-20 16:46:30 -05:00

6 lines
133 B
Bash

#!/bin/bash
if [ -d "/var/lib/postgresql/data" ]
then
mv /var/lib/postgresql/pg_hba.conf /var/lib/postgresql/data/pg_hba.conf
fi