From 5cef43fdaadba52af5e37d8d575c9ad3ca3a4423 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 28 Sep 2021 17:29:57 +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 9fd2d8c..28bd436 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 "2222" \ + --gid "2222" \ --name "$STATIC_USER" \ --shell /bin/sh \ --file /etc/proftpd/passwd \