Skip to content

Commit

Permalink
Se remueven los msg en el archivo .env se dejan como comentarios
Browse files Browse the repository at this point in the history
  • Loading branch information
enfoqueNativo committed Mar 19, 2020
1 parent 2aac768 commit 024ef92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/lib/toba_varios.php
Expand Up @@ -578,8 +578,8 @@ function generar_archivo_entorno($instal_dir, $id_instancia, $es_windows=false)
$contenido .= "export TOBA_INSTANCIA=$id_instancia\n";
$contenido.= "export TOBA_INSTALACION_DIR=$instal_dir\n";
$contenido .= 'export PATH="$TOBA_DIR/bin:$PATH"'."\n";
$contenido .= "echo \"Entorno cargado.\"\n";
$contenido .= "echo \"Ejecute 'toba' para ver la lista de comandos disponibles.\"\n";
$contenido .= "# \"Entorno cargado.\"\n";
$contenido .= "# \"Ejecute 'bin/toba' para ver la lista de comandos disponibles.\"\n";
} else {
$contenido = "@echo off\n";
$contenido .= "set TOBA_DIR=".toba_dir()."\n";
Expand Down

0 comments on commit 024ef92

Please sign in to comment.