Skip to content

Commit 465383c

Browse files
committed
updated dir disk support
1 parent 70b70c9 commit 465383c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/v_add_sys_user

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ CONTACT='$email'
159159
REPORTS='yes'
160160
IP_OWNED='0'
161161
U_CHILDS='0'
162+
U_DIR_DISK='0'
162163
U_DISK='0'
163164
U_BANDWIDTH='0'
164165
U_WEB_DOMAINS='0'

bin/v_upd_sys_user_disk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ OLDIFS=$IFS
3636
IFS=$(echo -en "\n\b")
3737

3838
# Defining directory list
39-
dir_list=$(ls $V_HOME/$user/ |grep -v '^domains$' | grep -v '^backup$' |\
39+
dir_list=$(ls $V_HOME/$user/ |grep -v '^web$' | grep -v '^mail$' |\
4040
grep -v '^conf$')
4141

4242
# Starting update disk loop

0 commit comments

Comments
 (0)