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 \
--passwd \
--home /var/lib/ftp/data \
--uid "$STATIC_UID" \
--gid "$STATIC_GID" \
#--uid "$STATIC_UID" \
#--gid "$STATIC_GID" \
--name "$STATIC_USER" \
--shell /bin/sh \
--file /etc/proftpd/passwd \