Removed install.sh dependency.

This commit is contained in:
sleirsgoevy 2017-12-13 20:49:25 +03:00
parent de4535e5e6
commit afa6bc403a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
APP="$1"
if test -f "$APP/config.sh" && test -f "$APP/install.sh"
if test -f "$APP/config.sh"
then echo "UML"
exit 0
fi