dda-backup/infrastrucure/docker/image/resources/entrypoint.sh

8 lines
No EOL
95 B
Bash

#!/bin/bash
/usr/local/bin/create_pgpass.sh
# Idle process
while true; do
sleep 500000
done