make sure sbin binaries are in PATH
This commit is contained in:
parent
94230780a8
commit
7ee349b038
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 PATH=$PATH:/usr/sbin:/sbin
|
||||
|
||||
if [ "$FAKEROOTKEY" = "" ]; then
|
||||
echo "re-executing script inside fakeroot" >&2
|
||||
|
|
Loading…
Reference in a new issue