mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(guix-daemon-and-pull): remove extra check
This commit is contained in:
parent
c55fd54ec2
commit
a1702963b7
1 changed files with 1 additions and 11 deletions
|
|
@ -194,17 +194,7 @@ if ! have_group guixbuild; then
|
|||
groupadd --system guixbuild
|
||||
fi
|
||||
|
||||
nologin_bin="$(command -v nologin || true)"
|
||||
if [ -z "${nologin_bin}" ]; then
|
||||
if [ -x /usr/sbin/nologin ]; then
|
||||
nologin_bin=/usr/sbin/nologin
|
||||
elif [ -x /sbin/nologin ]; then
|
||||
nologin_bin=/sbin/nologin
|
||||
else
|
||||
echo "Could not find nologin binary." >&2
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
nologin_bin="$(command -v nologin)"
|
||||
|
||||
i=1
|
||||
while [ "${i}" -le 10 ]; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue