forked from josch/mmdebstrap
tests/create-tarball-dry-run: fix MODE->VARIANT
This commit is contained in:
parent
d442f436de
commit
5bd3da0aef
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ if [ "$(id -u)" -eq 0 ] && [ "{{ MODE }}" != root ] && [ "{{ MODE }}" != auto ];
|
|||
sysctl -w kernel.unprivileged_userns_clone=1
|
||||
fi
|
||||
prefix="runuser -u user --"
|
||||
if [ "{{ MODE }}" = extract ] || [ "{{ MODE }}" = custom ]; then
|
||||
if [ "{{ VARIANT }}" = extract ] || [ "{{ VARIANT }}" = custom ]; then
|
||||
include="$(tr '\n' ',' < pkglist.txt)"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue