make sure sbin binaries are in PATH
This commit is contained in:
parent
eb03afb5ce
commit
dd54582e5e
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ usage() {
|
||||||
}
|
}
|
||||||
|
|
||||||
export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true LC_ALL=C LANGUAGE=C LANG=C
|
export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true LC_ALL=C LANGUAGE=C LANG=C
|
||||||
|
export PATH=$PATH:/usr/sbin:/sbin
|
||||||
|
|
||||||
if [ "$FAKEROOTKEY" = "" ]; then
|
if [ "$FAKEROOTKEY" = "" ]; then
|
||||||
echo "re-executing script inside fakeroot" >&2
|
echo "re-executing script inside fakeroot" >&2
|
||||||
|
|
Loading…
Reference in a new issue