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

8 lines
95 B
Bash
Raw Normal View History

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