From 88a5308bc5ed40a7a5d8b699edfe93f69991de38 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Erik=20Hedenstr=C3=B6m?= <erik@codemate.se>
Date: Thu, 13 Mar 2014 22:57:59 +0100
Subject: [PATCH] Fixed chromedriver path

---
 install/12_chrome_xvfb.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/12_chrome_xvfb.sh b/install/12_chrome_xvfb.sh
index 4aba82f..3143edb 100644
--- a/install/12_chrome_xvfb.sh
+++ b/install/12_chrome_xvfb.sh
@@ -16,5 +16,5 @@ unzip -o /tmp/chromedriver_linux64.zip -d $JENKINS_HOME/tools/chromedriver/bin
 rm /tmp/chromedriver_linux64.zip
 chmod 755 $JENKINS_HOME/tools/chromedriver/bin/chromedriver
 
-echo "export PATH=$JENKINS_HOME/tools/docker/bin:\$PATH" > /etc/profile.d/chromedriver.sh
+echo "export PATH=$JENKINS_HOME/tools/chromedriver/bin:\$PATH" > /etc/profile.d/chromedriver.sh
 chmod 755 /etc/profile.d/chromedriver.sh
-- 
GitLab