Преглед на файлове

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;