removing useless call
This commit is contained in:
parent
618acc2e07
commit
a80eb63f4f
|
@ -17,7 +17,7 @@ if [ "x$MID" == "x" ] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#checking if quotas are installed
|
#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
|
# The second line is the one interesting
|
||||||
|
|
Loading…
Reference in New Issue