Fix provision gui problem
oginstaller/pipeline/head There was a failure building this commit
Details
oginstaller/pipeline/head There was a failure building this commit
Details
parent
9450a61467
commit
bc024b08c1
|
@ -8,10 +8,10 @@ ENV_FILE=$ENV_DIR/.env
|
||||||
mkdir -p $ENV_DIR
|
mkdir -p $ENV_DIR
|
||||||
|
|
||||||
# Comprobar si ya se ha instalado ogCore
|
# Comprobar si ya se ha instalado ogCore
|
||||||
#if [ -f /opt/opengnsys/ogGui/installer/.deployed ]; then
|
if [ -f /opt/opengnsys/ogGui/installer/.deployed ]; then
|
||||||
# echo "ogCore ya instalado"
|
echo "ogCore ya instalado"
|
||||||
# exit 0
|
exit 0
|
||||||
#fi
|
fi
|
||||||
|
|
||||||
# Sacar la IP del ogCore de la configuración
|
# Sacar la IP del ogCore de la configuración
|
||||||
ogcore_ip=$(jq -r '.ogcore_ip' /opt/opengnsys/ogGui/installer/config.json)
|
ogcore_ip=$(jq -r '.ogcore_ip' /opt/opengnsys/ogGui/installer/config.json)
|
||||||
|
|
Loading…
Reference in New Issue