Explorar el Código

update the environment in the unattended install

Bert Pattyn hace 12 años
padre
commit
6f0a1eb3e5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      install_unattended.sh

+ 1 - 1
install_unattended.sh

@@ -60,4 +60,4 @@ done;
 # This will add a tag to our prompt, so we know which environment we're in.
 # It is adaptable in ~/.bash_environment
 touch ~/.bash_environment;
-echo -e "export __prompt_environment='DEVELOPMENT'" | tee ~/.bash_environment > /dev/null;
+echo -e "export __prompt_environment='[DEVELOPMENT] '" | tee ~/.bash_environment > /dev/null;