typo fix
This commit is contained in:
parent
e1e1e1ee29
commit
fade210106
@ -66,9 +66,9 @@ fi
|
|||||||
|
|
||||||
############ CONFIGURE AUTH
|
############ CONFIGURE AUTH
|
||||||
if [ "$SQLITE_AUTH" = "1" ] ; then
|
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
|
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
|
fi
|
||||||
|
|
||||||
############ START CRON
|
############ START CRON
|
||||||
|
Loading…
Reference in New Issue
Block a user