mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
changed uid for additional ftp account
This commit is contained in:
parent
e246152656
commit
dee9dcc094
4 changed files with 7 additions and 7 deletions
|
@ -38,9 +38,9 @@ is_object_value_exist 'web' 'DOMAIN' "$domain" '$FTP_USER'
|
|||
# Action #
|
||||
#----------------------------------------------------------#
|
||||
|
||||
# Adding user
|
||||
# Deleting ftp user
|
||||
get_domain_values 'web'
|
||||
/usr/sbin/userdel $FTP_USER
|
||||
/usr/sbin/userdel -f $FTP_USER >> /dev/null 2>&1
|
||||
|
||||
|
||||
#----------------------------------------------------------#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue