Change MinUID to '33'.

This commit is contained in:
Christoph 2018-06-07 13:55:33 +02:00
parent 5b5b5ac5cb
commit 1c2b647979

View File

@ -142,7 +142,7 @@ if [[ "$?" -ne 0 ]] ; then
installation_failed=true installation_failed=true
error "$(cat $tmp_err_msg)" error "$(cat $tmp_err_msg)"
fi fi
echo "1000" > /etc/pure-ftpd/conf/MinUID echo "33" > /etc/pure-ftpd/conf/MinUID
if [[ "$?" -ne 0 ]] ; then if [[ "$?" -ne 0 ]] ; then
installation_failed=true installation_failed=true
error "$(cat $tmp_err_msg)" error "$(cat $tmp_err_msg)"