aurweb/docker/health/postgres.sh
moson be38b8abff
feat: postgres changes
Signed-off-by: moson <moson@archlinux.org>
2023-11-15 21:32:32 +01:00

2 lines
45 B
Bash
Executable file

#!/bin/bash
exec su postgres -c 'pg_isready'