epita-std
/
ACU
Archived
1
0
Fork 0

Fix stats

This commit is contained in:
Mercier Pierre-Olivier 2013-12-05 06:03:28 +01:00
parent 0e0a93789e
commit 81150b41fe
1 changed files with 0 additions and 6 deletions

6
commands/moulette/stats.sh Normal file → Executable file
View 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."