diff --git a/getfile.sh b/getfile.sh index 7b58903..9d33596 100644 --- a/getfile.sh +++ b/getfile.sh @@ -1,2 +1,3 @@ -tce-load -i libzstd -curl -u LOGIN:PASSWORD https://SERVER/PATH/$1 +login=LOGIN +password=PASSWORD +wget --header 'Authorization: Basic '$(echo $login:$password|base64) https://SERVER/PATH/$1