Browse Source

Merge pull request #1258 from hamiltont/meganuke

Tell bootstrap script who runner-user is
Mike Smith 10 years ago
parent
commit
10ed6168ba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deployment/vagrant-common/bootstrap.sh

+ 1 - 0
deployment/vagrant-common/bootstrap.sh

@@ -59,6 +59,7 @@ if [ ! -e "~/.firstboot" ]; then
   echo "export TFB_DATABASE_HOST=$DATABA_IP" >> ~/.bash_profile
   echo "export TFB_CLIENT_USER=$USER" >> ~/.bash_profile
   echo "export TFB_DATABASE_USER=$USER" >> ~/.bash_profile
+  echo "export TFB_RUNNER_USER=testrunner" >> ~/.bash_profile
   echo "export FWROOT=$HOME/FrameworkBenchmarks" >> ~/.bash_profile 
   source ~/.bash_profile