diff --git a/bin/ameba.sh b/bin/ameba.sh index 385fd17..1a3a191 100755 --- a/bin/ameba.sh +++ b/bin/ameba.sh @@ -1,6 +1,6 @@ #!/bin/sh -if command ameba != 0; then +if command -q ameba != 0; then echo "Ameba needs to be installed" exit 1 fi