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

8 lines
105 B
Bash
Raw Normal View History

2020-11-19 13:37:50 +00:00
#!/bin/bash
/usr/local/bin/resources/create_pgpass.sh
# Idle process
while true; do
sleep 500000
done