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 \