diff --git a/component-installer/component-installer.sh b/component-installer/component-installer.sh index 5801164..874199a 100644 --- a/component-installer/component-installer.sh +++ b/component-installer/component-installer.sh @@ -10,7 +10,7 @@ CONFIGS_DIR=/tmp/oginstall # PAT_FILE=/opengnsys-installer/pat.txt # PAT=$(cat $PAT_FILE | tr -d '\n\r\t') -# OPENGNSYS_BASE_URL="https://$PAT@ognproject.evlt.uma.es/gitea/opengnsys" +# OPENGNSYS_BASE_URL="https://$PAT@ognproject.evlt.uma.es/gitea/opengnsys"ls OPENGNSYS_BASE_URL="https://ognproject.evlt.uma.es/gitea/opengnsys" OGBOOT_REPO="$OPENGNSYS_BASE_URL/ogboot.git" @@ -49,6 +49,7 @@ ExecStart=/usr/bin/docker compose -f /opt/opengnsys/ogCore/etc/docker-compose-de ExecStartPost=/opt/opengnsys/ogCore/bin/provision_ogcore.sh ExecStop=/usr/bin/docker compose -f /opt/opengnsys/ogCore/etc/docker-compose-deploy.yml stop Restart=always +timeoutStartSec=600 [Install] WantedBy=multi-user.target