We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b70c9 commit 465383cCopy full SHA for 465383c
bin/v_add_sys_user
@@ -159,6 +159,7 @@ CONTACT='$email'
159
REPORTS='yes'
160
IP_OWNED='0'
161
U_CHILDS='0'
162
+U_DIR_DISK='0'
163
U_DISK='0'
164
U_BANDWIDTH='0'
165
U_WEB_DOMAINS='0'
bin/v_upd_sys_user_disk
@@ -36,7 +36,7 @@ OLDIFS=$IFS
36
IFS=$(echo -en "\n\b")
37
38
# Defining directory list
39
-dir_list=$(ls $V_HOME/$user/ |grep -v '^domains$' | grep -v '^backup$' |\
+dir_list=$(ls $V_HOME/$user/ |grep -v '^web$' | grep -v '^mail$' |\
40
grep -v '^conf$')
41
42
# Starting update disk loop
0 commit comments