]> git.pld-linux.org Git - packages/quota.git/blame - quota.sh
- fixes for quota 3.00
[packages/quota.git] / quota.sh
CommitLineData
198e94d6 1#!/bin/bash
2# Set the path.
3PATH=/sbin:/bin:/usr/bin:/usr/sbin
4
5if [ -x /sbin/quotacheck ]; then
6 echo -n "Checking quotas: "
7 /sbin/quotacheck -avug
8 echo Done
9fi
This page took 0.084185 seconds and 4 git commands to generate.