Wraps strings in double quotes

This commit is contained in:
Jonathan Hodgson 2020-09-25 10:46:36 +01:00
parent 16fe25ba4a
commit 3d37f3c645

View file

@ -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)" "$@"