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