Version 1.43.2
Released: 2013-06-25
new
nginx was added to services.status for all installsnginx was added to:
/usr/local/directadmin/data/admin/services.status
even when it wasn't actually installed.
Workaround: remove it from the file.
fixed
Extra output breaking API callsA printf function was left in the api management code causing piping issues when DA runs in daemon mode ("directadmin d").. as stdout is closed, and the printf had nowhere to go.
For simplicity, I'll release a new DA version to address it.