From 9a070943c4676d7b37957eab00e897228baa3a7d Mon Sep 17 00:00:00 2001 From: Gilles Dubois Date: Thu, 2 Dec 2021 17:18:53 +0100 Subject: [PATCH] Fix replace mistake --- 2.9/scripts/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.9/scripts/docker-entrypoint.sh b/2.9/scripts/docker-entrypoint.sh index 81314e7..4a6d5f9 100755 --- a/2.9/scripts/docker-entrypoint.sh +++ b/2.9/scripts/docker-entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash -API_CONF_FILE="${API_CONF_FILE}" +API_CONF_FILE="/etc/httpd/conf.d/zz-ocsinventory-restapi.conf" SRV_CONF_FILE="/etc/httpd/conf.d/z-ocsinventory-server.conf" REPORTS_CONF_FILE="/etc/httpd/conf.d/ocsinventory-reports.conf" DB_CONFIG_INC_FILE="${OCS_WEBCONSOLE_DIR}/ocsreports/dbconfig.inc.php"