From 6f0a1eb3e5a2c00e58592d3001083df485c41d89 Mon Sep 17 00:00:00 2001 From: Bert Pattyn Date: Wed, 19 Dec 2012 17:40:58 +0100 Subject: [PATCH] update the environment in the unattended install --- install_unattended.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_unattended.sh b/install_unattended.sh index a634ddb..e8f41e4 100755 --- a/install_unattended.sh +++ b/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; \ No newline at end of file +echo -e "export __prompt_environment='[DEVELOPMENT] '" | tee ~/.bash_environment > /dev/null;