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"