From 52fdf0bb224f0983b05c55c665a2d82e10be16e2 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sun, 3 Dec 2017 23:40:15 +0100 Subject: [PATCH] Adjust URL for GNU Health Sao client as it is redirecting to plain HTTP --- gnuhealth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnuhealth.sh b/gnuhealth.sh index a8a5f4c..11826d0 100755 --- a/gnuhealth.sh +++ b/gnuhealth.sh @@ -69,5 +69,5 @@ ln -s /etc/nginx/sites-available/gnuhealth /etc/nginx/sites-enabled/gnuhealth systemctl restart nginx # Add portal application definition -${SOURCE_DIR}/basic/portal-app-manager.py gnuhealth "https://{host}:8006/" admin "${GNUHEALTH_ADMIN_PWD}" +${SOURCE_DIR}/basic/portal-app-manager.py gnuhealth "https://{host}:8006/index.html" admin "${GNUHEALTH_ADMIN_PWD}" ${SOURCE_DIR}/basic/portal-app-manager.py gnuhealth-clients -p clienturl "{host}:8006"