Fixed read_config script.

This commit is contained in:
sleirsgoevy 2017-12-13 20:59:33 +03:00
parent e1f11c41d8
commit cd24a8dd5a
1 changed files with 2 additions and 8 deletions

View File

@ -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"