Removed config.sh dependency, now uses Heroku config.

This commit is contained in:
sleirsgoevy 2017-12-13 21:37:25 +03:00
parent be80746015
commit 5c153feea8
1 changed files with 1 additions and 8 deletions

View File

@ -1,10 +1,3 @@
#!/bin/bash
APP="$1"
if test -f "$APP/config.sh"
then echo "UML"
exit 0
fi
exit 1
echo "UML"