Ver código fonte

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 anos atrás
pai
commit
cf3a57b620
1 arquivos alterados com 1 adições e 1 exclusões
  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 ""