mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
full path in traf queue
This commit is contained in:
parent
7e5f0883bd
commit
2be0519a44
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ echo "v_upd_sys_user_disk $user" >> $V_QUEUE/disk.pipe
|
|||
if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB_SYSTEM" != 'no' ]; then
|
||||
mkdir $V_USERS/$user/cert
|
||||
touch $V_USERS/$user/web.conf
|
||||
echo "v_upd_web_domains_traff $user" >> $V_QUEUE/traffic.pipe
|
||||
echo "$V_BIN/v_upd_web_domains_traff $user" >> $V_QUEUE/traffic.pipe
|
||||
echo "v_upd_web_domains_disk $user" >> $V_QUEUE/disk.pipe
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue