Fix stats
This commit is contained in:
parent
0e0a93789e
commit
81150b41fe
6
commands/moulette/stats.sh
Normal file → Executable file
6
commands/moulette/stats.sh
Normal file → Executable file
@ -1,11 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -z "$2" ]
|
||||
then
|
||||
echo "Usage: $0"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! which gearman > /dev/null 2> /dev/null
|
||||
then
|
||||
echo "gearman isn't installed on this machine. Please try another one."
|
||||
|
Reference in New Issue
Block a user