Wraps strings in double quotes

This commit is contained in:
Jonathan Hodgson 2020-09-25 10:46:36 +01:00
parent 14f5c6efac
commit 7541a67566

View file

@ -27,6 +27,6 @@ get_password(){
}
username=
password=$(get_password)
username=""
password="$(get_password)"
curl --ntlm --negotiate -u "$(get_username):$(get_password)" "$@"