diff options
Diffstat (limited to 'setup-sshd.in')
-rw-r--r-- | setup-sshd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-sshd.in b/setup-sshd.in index 7e3d6d1..44bcfc0 100644 --- a/setup-sshd.in +++ b/setup-sshd.in @@ -75,7 +75,7 @@ if [ "$sshdchoice" = "openssh" ] && apk info --quiet --installed acf-core; then pkgs="$pkgs acf-openssh" fi -$MOCK apk add --quiet $pkgs +apk add --quiet $pkgs users=$(awk -F: '{if ($3<65000 && $3 >= 1000) print $1}' \ "$ROOT"/etc/passwd 2>/dev/null) |