From fade210106597f4d50feeb9bdf3c1e55e7cfadc5 Mon Sep 17 00:00:00 2001 From: paspo Date: Wed, 14 Feb 2024 17:36:14 +0100 Subject: [PATCH] typo fix --- rootfs/app/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/app/entrypoint.sh b/rootfs/app/entrypoint.sh index 48c6636..9c63b5d 100755 --- a/rootfs/app/entrypoint.sh +++ b/rootfs/app/entrypoint.sh @@ -66,9 +66,9 @@ fi ############ CONFIGURE AUTH if [ "$SQLITE_AUTH" = "1" ] ; then - echo "AuthOrder mod_sql.c" > /etc/prodtpd/conf.d/auth.conf + echo "AuthOrder mod_sql.c" > /etc/proftpd/conf.d/auth.conf else - echo "AuthOrder mod_auth_file.c" > /etc/prodtpd/conf.d/auth.conf + echo "AuthOrder mod_auth_file.c" > /etc/proftpd/conf.d/auth.conf fi ############ START CRON