Cambio Nombre absoluto de instalacion por ${DIRINSTALL} See merge request interlink-sa/flowdat3/modules/installer!54
@@ -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 ""