From 2d182a2eeafe02f71256aed5c90aac8c658a3ff7 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Tue, 19 Sep 2023 01:07:41 +0300 Subject: [PATCH] Fix ProFTPd config path --- proftpd/config-openSUSE-Linux-15.0-ALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proftpd/config-openSUSE-Linux-15.0-ALL b/proftpd/config-openSUSE-Linux-15.0-ALL index d67c6061c..669083a93 100644 --- a/proftpd/config-openSUSE-Linux-15.0-ALL +++ b/proftpd/config-openSUSE-Linux-15.0-ALL @@ -1,5 +1,5 @@ proftpd_path=/usr/sbin/proftpd -proftpd_conf=/etc/proftpd.conf +proftpd_conf=/etc/proftpd/proftpd.conf pid_file=/var/run/proftpd.pid start_cmd=systemctl start proftpd stop_cmd=systemctl stop proftpd