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
|
@ -90,7 +90,7 @@ fi
|
|||
|
||||
# Deleting ftp account
|
||||
if [ ! -z "$FTP_USER" ]; then
|
||||
/usr/sbin/userdel $FTP_USER
|
||||
/usr/sbin/userdel -f $FTP_USER >> /dev/null 2>&1
|
||||
fi
|
||||
|
||||
# Deleting directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue