X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/b8e4bdf83a4889022b0f4fbfa17f7607d19f7b5d..refs/heads/moira2:/gen/install_quotas diff --git a/gen/install_quotas b/gen/install_quotas index c91953f4..1825315b 100644 --- a/gen/install_quotas +++ b/gen/install_quotas @@ -14,11 +14,10 @@ if ( -f /etc/enforce_quota ) then if (${#args} != 2) break - set uid = args[1] - set quota = args[2] + set uid = $args[1] + set quota = $args[2] - setquota -u $dev $uid $quota - if ($status) ### Soft failure + setquota $dev $uid $quota end endif