From 85380a3b4ae753734eeefb648c09e36bc819ba35 Mon Sep 17 00:00:00 2001 From: lgromero Date: Mon, 24 Mar 2025 14:24:35 +0100 Subject: [PATCH] Changes log installation in symfony directory --- installer/ogdhcp_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/ogdhcp_installer.sh b/installer/ogdhcp_installer.sh index 5c46a22..b7f26b1 100755 --- a/installer/ogdhcp_installer.sh +++ b/installer/ogdhcp_installer.sh @@ -58,7 +58,7 @@ function globalSetup() { SOCKET_PATH="/run/php/php__PHPVERSION__-fpm-ogdhcp.sock" # Registro de incidencias. - OGLOGFILE="$INSTALL_TARGET/var/log/${PROGRAMNAME%.sh}.log" + OGLOGFILE="$SYMFONY_TARGET/var/log/${PROGRAMNAME%.sh}.log" LOG_FILE="/tmp/$(basename "$OGLOGFILE")" }