2020-04-26 23:43:14

This commit is contained in:
monlor
2020-04-26 23:43:14 +08:00
parent 4f70d8675e
commit ee57fc4d62

View File

@@ -1,5 +1,6 @@
#------------------【VsFtpd】-------------------
vsftpdAdd() {
echo "【警告】不要添加系统内置的用户比如root"
read -p "请输入${appname}用户名:" user
[ "$user" = "root" ] && echo "不能添加root用户" && return 1
read -p "请输入${appname}密码:" passwd