diff --git a/bin/detect b/bin/detect index 23c5d30..fb61a82 100755 --- a/bin/detect +++ b/bin/detect @@ -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