From 50b1638ecbf2ebd7d90d30b7fb2cba595f6b50e1 Mon Sep 17 00:00:00 2001 From: MaksimZhukov Date: Tue, 14 Jan 2020 15:18:45 +0300 Subject: [PATCH] Change the variable to uppercase --- images/linux/scripts/installers/google-chrome.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/installers/google-chrome.sh b/images/linux/scripts/installers/google-chrome.sh index 4918317b..939ce31b 100644 --- a/images/linux/scripts/installers/google-chrome.sh +++ b/images/linux/scripts/installers/google-chrome.sh @@ -43,7 +43,7 @@ CHROMEDRIVER_BIN="/usr/bin/chromedriver" mv "chromedriver" $CHROMEDRIVER_BIN chown root:root $CHROMEDRIVER_BIN chmod +x $CHROMEDRIVER_BIN -echo "ChromeWebDriver=$CHROMEDRIVER_BIN" | tee -a /etc/environment +echo "CHROMEWEBDRIVER=$CHROMEDRIVER_BIN" | tee -a /etc/environment # Run tests to determine that the chromedriver installed as expected echo "Testing to make sure that script performed as expected, and basic scenarios work"