Ver código fonte

Cambio Nombre absoluto de instalacion por ${DIRINSTALL}

Gustavo Sanchez 5 anos atrás
pai
commit
e305604667
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 /opt/${DIRINSTALL}/nginx/certs
     ###################################################################
     echo -e ""
     echo -e ""