Browse Source

update the environment in the unattended install

Bert Pattyn 11 years ago
parent
commit
6f0a1eb3e5
1 changed files with 1 additions and 1 deletions
  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;