From 41075c974ec42ac6c440bbc475e0009c1bebd5ac Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sun, 25 Mar 2018 23:11:44 +0200 Subject: [PATCH] Update GNU Health demo data URL --- gnuhealth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnuhealth.sh b/gnuhealth.sh index 8d04cea..1882938 100755 --- a/gnuhealth.sh +++ b/gnuhealth.sh @@ -24,7 +24,7 @@ docker run --rm -h gnuhealth --link postgres -v /srv/gnuhealth/conf:/srv/gnuheal rm -f /tmp/.adminpwd # Populate demo database -wget http://health.gnu.org/downloads/postgres_dumps/gnuhealth-3.2rc1.sql.gz -O /tmp/gnuhealth_demo.sql.gz +wget http://health.gnu.org/downloads/postgres_dumps/gnuhealth-32-demo.sql.gz -O /tmp/gnuhealth_demo.sql.gz zcat /tmp/gnuhealth_demo.sql.gz | docker exec -i -e PGPASSWORD=${GNUHEALTH_PWD} postgres psql gnuhealth_demo gnuhealth rm -f /tmp/gnuhealth_demo.sql.gz