From 5abdb91e9d3e245ef6970aab43c9f0fd9581bc70 Mon Sep 17 00:00:00 2001 From: Timofey Turenko Date: Tue, 4 Aug 2020 12:01:27 +0300 Subject: [PATCH] Fix openjdk installation check in install_test_build_deps.sh --- BUILD/install_test_build_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD/install_test_build_deps.sh b/BUILD/install_test_build_deps.sh index 2d84e0591..6b15bcb69 100755 --- a/BUILD/install_test_build_deps.sh +++ b/BUILD/install_test_build_deps.sh @@ -44,8 +44,8 @@ then fi fi - ${apt_cmd} install openjdk-8-jdk ${apt_cmd} install php-mysql + ${apt_cmd} install openjdk-8-jdk if [ $? != 0 ] then ${apt_cmd} install openjdk-7-jdk