Add support for TEMP variable.
This commit is contained in:
parent
7fee9c4f43
commit
b958630398
|
@ -2,4 +2,9 @@ if [ "x$MEM" == x ]
|
||||||
then MEM=1024
|
then MEM=1024
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "x$TEMP" == x ]
|
||||||
|
then TEMP=/app/.uml
|
||||||
|
fi
|
||||||
|
|
||||||
export MEM="$MEM"
|
export MEM="$MEM"
|
||||||
|
export TEMP="$TEMP"
|
||||||
|
|
BIN
uml.tar.gz
BIN
uml.tar.gz
Binary file not shown.
Loading…
Reference in New Issue