vsftpd-alt: fix ftp banner doesn't work with LuCI

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
selboo 2021-05-09 00:56:36 +08:00 committed by Tianling Shen
parent ec74f5f185
commit ced461bfbc
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -144,7 +144,7 @@ output_bool global lsrecurse "ls_recurse_enable"
output_bool global dotfile "force_dot_files"
output_field global 'umask' "local_umask" 022
ftpd_banner=`get_value global ftpd_banner`
ftpd_banner=`get_value global banner`
if ! [ -z $ftpd_banner ]; then
output_const "ftpd_banner" $ftpd_banner
fi