From 1c2b647979fed9157abbe415ad7db82d8024a21b Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 7 Jun 2018 13:55:33 +0200 Subject: [PATCH] Change MinUID to '33'. --- install_pure-ftpd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_pure-ftpd.sh b/install_pure-ftpd.sh index d5c2616..4e84ed9 100755 --- a/install_pure-ftpd.sh +++ b/install_pure-ftpd.sh @@ -142,7 +142,7 @@ if [[ "$?" -ne 0 ]] ; then installation_failed=true error "$(cat $tmp_err_msg)" fi -echo "1000" > /etc/pure-ftpd/conf/MinUID +echo "33" > /etc/pure-ftpd/conf/MinUID if [[ "$?" -ne 0 ]] ; then installation_failed=true error "$(cat $tmp_err_msg)"