diff --git a/src/quota_get b/src/quota_get index 46114169..8f3b936d 100755 --- a/src/quota_get +++ b/src/quota_get @@ -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