mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
Merge pull request #1907 from AltiUP/patch-1
Update v-add-web-domain-ftp
This commit is contained in:
commit
9f26aa785e
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ fi
|
|||
/usr/sbin/useradd $ftp_user \
|
||||
-s $shell \
|
||||
-o -u $(id -u $user) \
|
||||
-g $(id -u $user) \
|
||||
-g $(id -g $user) \
|
||||
-M -d "$ftp_path_a" > /dev/null 2>&1
|
||||
|
||||
# Set ftp user password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue