79777409

Date: 2025-09-28 15:26:11
Score: 1.5
Natty:
Report link

It seems you don't define $JAVA variable.
Add this near the top of the script
JAVA="${JAVA:-java}"
or explicitly set it
JAVA="/usr/bin/java"

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Reyhaneh