Removed install.sh dependency.
This commit is contained in:
parent
de4535e5e6
commit
afa6bc403a
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
APP="$1"
|
APP="$1"
|
||||||
|
|
||||||
if test -f "$APP/config.sh" && test -f "$APP/install.sh"
|
if test -f "$APP/config.sh"
|
||||||
then echo "UML"
|
then echo "UML"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue