heroku-buildpack-uml/bin/read_config

12 lines
136 B
Plaintext
Raw Normal View History

2017-12-10 17:06:11 +00:00
FS_SIZE=512
MEM=1024
if [ "x$APP" == x ]
2017-12-10 18:26:24 +00:00
then export APP=/app/root
2017-12-10 17:06:11 +00:00
fi
. "$APP/config.sh"
export FS_SIZE="$FS_SIZE"
export MEM="$MEM"