From 22650060afc3ea48baf7bf92513064bce3c6f288 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Thu, 6 Feb 2025 12:11:41 +0100 Subject: [PATCH] Ensure download repo to exist --- .../component-installer/provision_ogcore.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/non_graf_installer/component-installer/provision_ogcore.sh b/non_graf_installer/component-installer/provision_ogcore.sh index 208f1de..70ebd92 100644 --- a/non_graf_installer/component-installer/provision_ogcore.sh +++ b/non_graf_installer/component-installer/provision_ogcore.sh @@ -3,14 +3,8 @@ set -x CONF_DIR=/opt/opengnsys/ogCore/etc/ -cd /opt/opengnsys/ogCore/repo/ +cd /opt/opengnsys/ogCore/repo/ || exit -# Preparar el fichero .yaml -# CONF_DIR=/opt/opengnsys/ogCore/etc/ -# mkdir -p $CONF_DIR - -# Copiar el fichero de configuración a CONF_DIR -# cp docker-compose-deploy.yml $CONF_DIR/ if [ -f /opt/opengnsys/ogCore/installer/.deployed ]; then echo "ogCore ya instalado"