Debian repository: set HOME variable
This commit is contained in:
parent
9cf112a9ac
commit
9406edbc9e
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
set -ex
|
||||
|
||||
export HOME="/home/builder"
|
||||
|
||||
prog_NAME=$(basename "${0}")
|
||||
|
||||
warn()
|
||||
|
|
Loading…
Reference in a new issue