소스 검색

update the environment in the unattended install

Bert Pattyn 12 년 전
부모
커밋
6f0a1eb3e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;