prepare for k3s

This commit is contained in:
Sebastian Hugentobler 2021-09-28 17:29:57 +02:00
parent 5f0424e2aa
commit 5cef43fdaa
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 "2222" \
#--gid "$STATIC_GID" \ --gid "2222" \
--name "$STATIC_USER" \ --name "$STATIC_USER" \
--shell /bin/sh \ --shell /bin/sh \
--file /etc/proftpd/passwd \ --file /etc/proftpd/passwd \