Add TMPDIR support
This commit is contained in:
parent
fdefa19c05
commit
510bd5e874
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
linuxpkgnames=""
|
linuxpkgnames=""
|
||||||
|
|
||||||
lock_file=/tmp/sysupdate.lock
|
[ -z "$TMPDIR" ] && TMPDIR=/tmp
|
||||||
|
|
||||||
|
lock_file="$TMPDIR/sysupdate.lock"
|
||||||
|
|
||||||
get_running_programs()
|
get_running_programs()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue