diff --git a/getfile.sh b/getfile.sh index 9d33596..bac5403 100644 --- a/getfile.sh +++ b/getfile.sh @@ -1,3 +1 @@ -login=LOGIN -password=PASSWORD -wget --header 'Authorization: Basic '$(echo $login:$password|base64) https://SERVER/PATH/$1 +wget --header 'Authorization: Basic '$(echo LOGIN:PASSWORD|base64) https://SERVER/PATH/$1