Commit 2fc8b55
Update hst-install-debian.sh - remove identd fixup (hestiacp#3770)
* Update hst-install-debian.sh - remove identd fixup
Removed the fixup on proftpd identd lookups - see related PR hestiacp#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>1 parent 5753238 commit 2fc8b55
2 files changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1543 | 1543 | | |
1544 | 1544 | | |
1545 | 1545 | | |
1546 | | - | |
1547 | | - | |
1548 | | - | |
1549 | | - | |
1550 | 1546 | | |
1551 | 1547 | | |
1552 | 1548 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1559 | 1559 | | |
1560 | 1560 | | |
1561 | 1561 | | |
1562 | | - | |
1563 | | - | |
1564 | | - | |
1565 | | - | |
1566 | 1562 | | |
1567 | 1563 | | |
1568 | 1564 | | |
| |||
0 commit comments