Update hst-install-debian.sh - remove identd fixup (#3770)
* Update hst-install-debian.sh - remove identd fixup
Removed the fixup on proftpd identd lookups - see related PR https://github.com/hestiacp/hestiacp/pull/3769
This sets the default behaviour to not turn ident lookups off. As a consequence, if installed on an old Deb, ident may be enabled as it is not explicitly disabled any more.
if [ "$release" -eq 11 ]; then
sed -i 's|IdentLookups off|#IdentLookups off|g' /etc/proftpd/proftpd.conf
fi
* Update Ubuntu installer
* Fix format
---------
Co-authored-by: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com>