Skip to content

Commit

Permalink
Fix missing proftpd-mod-wrap installation (#1272)
Browse files Browse the repository at this point in the history
Missing Package Installation on Ubuntu Noble 24.04 - proftpd-mod-wrap, fixes #1271
  • Loading branch information
flo-m authored Aug 29, 2024
1 parent d18a9c9 commit a1b6125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configfiles/noble.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1b6125

Please sign in to comment.