Looking at lines 794-802, the JPS script is generating this malformed bash command:
if [ -n "${settings.email}" ]; then bash ... --email="${settings.email}" else bash ... --verbose fi
The problem is that the bash if-statement is written across multiple YAML lines, but when Jelastic processes it, it concatenates them into a single line without proper semicolons.
|
||
|---|---|---|
| scripts | ||
| mbadmin.jps | ||