mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -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'
|
||||
IP_OWNED='0'
|
||||
U_CHILDS='0'
|
||||
U_DIR_DISK='0'
|
||||
U_DISK='0'
|
||||
U_BANDWIDTH='0'
|
||||
U_WEB_DOMAINS='0'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue