Sfoglia il codice sorgente

Merge branch 'patch-1' into 'master'

Cambio Nombre absoluto de instalacion por  ${DIRINSTALL}

See merge request interlink-sa/flowdat3/modules/installer!54
Jean Sumara Leopoldo 5 anni fa
parent
commit
cf3a57b620
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      installerSupport.sh

+ 1 - 1
installerSupport.sh

@@ -312,7 +312,7 @@ then
     cd ${DIRINSTALL}/letsencrypt
     echo -e "Instalando paquetes requeridos"
     pip install google google-cloud-dns certbot-dns-google
-    mkdir -p /opt/flowdat/nginx/certs
+    mkdir -p ${DIRINSTALL}/nginx/certs
     ###################################################################
     echo -e ""
     echo -e ""