MB Admin is a JPS add-on acts as a gateway to control the servers from the Mightbox Panel
 
 
Go to file
tony 5d05c4b83a Update mbadmin.jps
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.
2025-07-04 19:37:22 +00:00
scripts Fix LE cert issue 2025-06-25 00:25:49 +08:00
mbadmin.jps Update mbadmin.jps 2025-07-04 19:37:22 +00:00