Fixed SUDO settings.
This commit is contained in:
parent
bcdbeefcc6
commit
ba7219760e
1 changed files with 3 additions and 3 deletions
|
@ -75,7 +75,7 @@ parse_configuration() { #
|
||||||
|
|
||||||
TARGET=$optTARGET
|
TARGET=$optTARGET
|
||||||
DEP_LEVEL=$optDependency
|
DEP_LEVEL=$optDependency
|
||||||
SUDO=${SUDO:-y}
|
SUDO=${SUDO:-n}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue