Fixed read_config script.
This commit is contained in:
parent
e1f11c41d8
commit
cd24a8dd5a
|
@ -1,11 +1,5 @@
|
|||
FS_SIZE=512
|
||||
MEM=1024
|
||||
|
||||
if [ "x$APP" == x ]
|
||||
then export APP=/app/root
|
||||
if [ "x$MEM" == x ]
|
||||
then MEM=1024
|
||||
fi
|
||||
|
||||
. "$APP/config.sh"
|
||||
|
||||
export FS_SIZE="$FS_SIZE"
|
||||
export MEM="$MEM"
|
||||
|
|
Loading…
Reference in New Issue