From eb2dfdda4e5b542c188ab8726fa9c64cdc6c89ce Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Sat, 5 Jun 2021 12:29:02 +0200 Subject: [PATCH] Removed ok Java comment in script. --- resources/scripts/statoolinfos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/statoolinfos.sh b/resources/scripts/statoolinfos.sh index 32eedcd..f1e8fdb 100755 --- a/resources/scripts/statoolinfos.sh +++ b/resources/scripts/statoolinfos.sh @@ -3,7 +3,7 @@ # Java check. javaCheck=`which java` if [[ "$javaCheck" =~ ^/.* ]]; then - echo "Java requirement............... OK" + #echo "Java requirement............... OK" java -jar "$(dirname "$0")"/statoolinfos.jar $@ else echo "Java requirement............... MISSING"