From 5f0424e2aa59a6467f196765fa8255581a290286 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 28 Sep 2021 17:25:15 +0200 Subject: [PATCH] prepare for k3s --- rootfs/etc/cont-init.d/02-static-user | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/etc/cont-init.d/02-static-user b/rootfs/etc/cont-init.d/02-static-user index f5cdf5c..9fd2d8c 100644 --- a/rootfs/etc/cont-init.d/02-static-user +++ b/rootfs/etc/cont-init.d/02-static-user @@ -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 \