Wraps strings in double quotes
This commit is contained in:
parent
16fe25ba4a
commit
3d37f3c645
1 changed files with 2 additions and 2 deletions
|
@ -27,6 +27,6 @@ get_password(){
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
username=
|
username=""
|
||||||
password=$(get_password)
|
password="$(get_password)"
|
||||||
curl --ntlm --negotiate -u "$(get_username):$(get_password)" "$@"
|
curl --ntlm --negotiate -u "$(get_username):$(get_password)" "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue