From f6836bc65115ac33b1f1450a12b06fd256ff382a Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 7 May 2024 15:47:11 +0200 Subject: [PATCH] Update 'getfile.sh' --- getfile.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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