mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
updated dir disk support
This commit is contained in:
parent
70b70c97c1
commit
465383c330
2 changed files with 2 additions and 1 deletions
|
@ -159,6 +159,7 @@ CONTACT='$email'
|
||||||
REPORTS='yes'
|
REPORTS='yes'
|
||||||
IP_OWNED='0'
|
IP_OWNED='0'
|
||||||
U_CHILDS='0'
|
U_CHILDS='0'
|
||||||
|
U_DIR_DISK='0'
|
||||||
U_DISK='0'
|
U_DISK='0'
|
||||||
U_BANDWIDTH='0'
|
U_BANDWIDTH='0'
|
||||||
U_WEB_DOMAINS='0'
|
U_WEB_DOMAINS='0'
|
||||||
|
|
|
@ -36,7 +36,7 @@ OLDIFS=$IFS
|
||||||
IFS=$(echo -en "\n\b")
|
IFS=$(echo -en "\n\b")
|
||||||
|
|
||||||
# Defining directory list
|
# 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$')
|
grep -v '^conf$')
|
||||||
|
|
||||||
# Starting update disk loop
|
# Starting update disk loop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue