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 \