Removed install.sh dependency.
This commit is contained in:
parent
de4535e5e6
commit
afa6bc403a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue