fix
This commit is contained in:
parent
f32cb5dc09
commit
4087f2ceb3
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if command ameba != 0; then
|
if command -q ameba != 0; then
|
||||||
echo "Ameba needs to be installed"
|
echo "Ameba needs to be installed"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user