From 2f21b37c18010a168057cd789b1d5e2ba2182453 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Thu, 27 Jan 2022 11:06:42 -0800 Subject: [PATCH] update --- cookbooks/selenium-server/attributes/hub.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/selenium-server/attributes/hub.bash b/cookbooks/selenium-server/attributes/hub.bash index 8e6d6b9d..8d9c4a52 100755 --- a/cookbooks/selenium-server/attributes/hub.bash +++ b/cookbooks/selenium-server/attributes/hub.bash @@ -2,7 +2,7 @@ export SELENIUM_SERVER_DOWNLOAD_URL='https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.1.0/selenium-server-4.1.1.jar' -export SELENIUM_SERVER_INSTALL_FOLDER_PATH='/opt/selenium-server' +export SELENIUM_SERVER_INSTALL_FOLDER_PATH='/opt/selenium-server/hub' export SELENIUM_SERVER_SERVICE_NAME='selenium-server-hub'