summaryrefslogtreecommitdiff
path: root/setup-sshd.in
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2023-01-24 12:08:23 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2023-01-24 12:07:31 +0000
commit04e4624ab54a2c26e03e9df960e1640ceb150ddc (patch)
treeea2832ca6958bcbacbfe627f9c90e526662919b1 /setup-sshd.in
parentd0cb8a74038ae77a35fb52752d8977bae87a6614 (diff)
downloadalpine-conf-04e4624ab54a2c26e03e9df960e1640ceb150ddc.zip
setup-*: use fake apk instead of $MOCK apk
Diffstat (limited to 'setup-sshd.in')
-rw-r--r--setup-sshd.in2
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)