diff --git a/src/quota_edit b/src/quota_edit index 771bfe2e..c0e5e86d 100755 --- a/src/quota_edit +++ b/src/quota_edit @@ -11,6 +11,8 @@ SED=/bin/sed QUOTA=/usr/sbin/setquota DF=/bin/df +source /etc/alternc/local.sh + #checking if quotas are installed command -v $QUOTA >/dev/null || { echo "Quotas uninstalled"; exit 1; } diff --git a/src/quota_get b/src/quota_get index 87a2be67..7e94e783 100755 --- a/src/quota_get +++ b/src/quota_get @@ -9,6 +9,7 @@ WC=/usr/bin/wc BLKID=/sbin/blkid MID=$1 +source /etc/alternc/local.sh if [ "x$MID" == "x" ] ; then echo "Usage: quota_get "