Fix missing proftpd-mod-wrap installation (#1272)

Missing Package Installation on Ubuntu Noble 24.04 - proftpd-mod-wrap, fixes #1271
This commit is contained in:
Florian Moker 2024-08-29 08:10:59 +02:00 committed by GitHub
parent d18a9c9d87
commit a1b6125c14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2121,7 +2121,7 @@ action = "no action";
<service type="ftp" title="{{lng.admin.configfiles.ftp}}">
<!-- Proftpd -->
<daemon name="proftpd" title="ProFTPd" default="true">
<install><![CDATA[apt-get install proftpd-basic proftpd-mod-mysql proftpd-mod-crypto]]></install>
<install><![CDATA[apt-get install proftpd-basic proftpd-mod-mysql proftpd-mod-crypto proftpd-mod-wrap]]></install>
<file name="/etc/proftpd/create-cert.sh" chown="root:0"
chmod="0700">
<content><![CDATA[#!/bin/bash