diff --git a/bin/detect b/bin/detect index fb61a82..ec71ad5 100755 --- a/bin/detect +++ b/bin/detect @@ -1,10 +1,3 @@ #!/bin/bash -APP="$1" - -if test -f "$APP/config.sh" -then echo "UML" -exit 0 -fi - -exit 1 +echo "UML"