prepare for k3s

This commit is contained in:
Sebastian Hugentobler 2021-09-28 17:25:15 +02:00
parent 98dc1fb1a5
commit 5f0424e2aa
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -5,8 +5,8 @@ if [ ! -z ${STATIC_USER+x} ]; then
--sha512 \ --sha512 \
--passwd \ --passwd \
--home /var/lib/ftp/data \ --home /var/lib/ftp/data \
--uid "$STATIC_UID" \ #--uid "$STATIC_UID" \
--gid "$STATIC_GID" \ #--gid "$STATIC_GID" \
--name "$STATIC_USER" \ --name "$STATIC_USER" \
--shell /bin/sh \ --shell /bin/sh \
--file /etc/proftpd/passwd \ --file /etc/proftpd/passwd \