From 4087f2ceb3a4c06fc0f2a594019f3d494a16e397 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Fri, 16 Jun 2023 14:07:33 -0300 Subject: [PATCH] fix --- bin/ameba.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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