removing useless call

This commit is contained in:
Steven Mondji-Lerider 2012-11-30 16:43:41 +00:00
parent 618acc2e07
commit a80eb63f4f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if [ "x$MID" == "x" ] ; then
fi
#checking if quotas are installed
command -v $QUOTA >/dev/null && continue || { echo "Quotas uninstalled"; exit 0; }
command -v $QUOTA >/dev/null || { echo "Quotas uninstalled"; exit 0; }
# The second line is the one interesting