Ensure download repo to exist

ogrepo-keys
Nicolas Arenas 2025-02-06 12:11:41 +01:00
parent 4634061f41
commit 22650060af
1 changed files with 1 additions and 7 deletions

View File

@ -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"