From 1e72ecb62a5b1702c7ea2fef88f82799eaa98774 Mon Sep 17 00:00:00 2001 From: Steven Mondji-Lerider Date: Thu, 7 Feb 2013 17:39:05 +0000 Subject: [PATCH] Removing useless call --- src/quota_edit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quota_edit b/src/quota_edit index 9d1ccd75..a6a35729 100755 --- a/src/quota_edit +++ b/src/quota_edit @@ -13,7 +13,7 @@ QUOTA=/usr/sbin/setquota DF=/bin/df #checking if quotas are installed -command -v $QUOTA >/dev/null && continue || { echo "Quotas uninstalled"; exit 1; } +command -v $QUOTA >/dev/null || { echo "Quotas uninstalled"; exit 1; } if [ $# -ne 2 ] || [[ ! "$MID" =~ ^[0-9]+$ ]] || [[ ! "$SIZE" =~ ^[0-9]+$ ]]; then echo "Usage: quota_edit "