mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -07:00
Removed validation on host user
This commit is contained in:
parent
9c30e4b8dc
commit
fbb49197be
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ EOF
|
|||
|
||||
if [ "$type" != 'local' ];then
|
||||
check_args '4' "$#" "TYPE HOST USERNAME PASSWORD [PATH] [PORT]"
|
||||
validate_format 'host' 'user'
|
||||
validate_format 'host'
|
||||
is_password_valid
|
||||
if [ "$type" = 'sftp' ]; then
|
||||
which expect >/dev/null 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue