Update 'getfile.sh'

This commit is contained in:
quenousimporte 2024-05-07 15:47:11 +02:00
parent 6f56a162dd
commit f6836bc651
1 changed files with 1 additions and 3 deletions

View File

@ -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