updated dir disk support

This commit is contained in:
Serghey Rodin 2011-08-24 16:57:54 +03:00
commit 465383c330
2 changed files with 2 additions and 1 deletions

View file

@ -159,6 +159,7 @@ CONTACT='$email'
REPORTS='yes'
IP_OWNED='0'
U_CHILDS='0'
U_DIR_DISK='0'
U_DISK='0'
U_BANDWIDTH='0'
U_WEB_DOMAINS='0'

View file

@ -36,7 +36,7 @@ OLDIFS=$IFS
IFS=$(echo -en "\n\b")
# Defining directory list
dir_list=$(ls $V_HOME/$user/ |grep -v '^domains$' | grep -v '^backup$' |\
dir_list=$(ls $V_HOME/$user/ |grep -v '^web$' | grep -v '^mail$' |\
grep -v '^conf$')
# Starting update disk loop