refs #2029 change urlMenu to point to stunnel

pull/40/head
Natalia Serrano 2025-05-18 12:26:10 +02:00
parent 3d2f06d577
commit 4a94875d7e
1 changed files with 4 additions and 2 deletions

View File

@ -21,9 +21,11 @@ echo "${MSG_LAUNCHCLIENT:-.}"
if [ -f "/usr/share/OGAgent/opengnsys/linux/OGAgentService.py" -a "$ogstatus" != "offline" ]; then
# Ejecutar servicio cliente.
cd /usr/share/OGAgent
export OGAGENTCFG_OGCORE_IP=$ogcore
export OGAGENTCFG_OGCORE_IP=$ogcore
export OGAGENTCFG_OGLOG_IP=$oglog
export OGAGENTCFG_URLMENU_IP=$ogcore
export OGAGENTCFG_URLMENU_SCHEME=http
export OGAGENTCFG_URLMENU_IP=127.0.0.1
export OGAGENTCFG_URLMENU_PORT=81
python3 -m opengnsys.linux.OGAgentService fg
#GROUP_CONFIG=/opt/opengnsys/ogClient/cfg/${group/ /_}.json
#PYMAJMIN=`python3 --version | cut -d" " -f2 | cut -d. -f1,2`