From 6f56a162dd806c4d3ccc8da365e4f4566e28c8d6 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 7 May 2024 15:41:21 +0200 Subject: [PATCH] Update 'putfile.sh' --- putfile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/putfile.sh b/putfile.sh index aaf2a2b..97453c7 100644 --- a/putfile.sh +++ b/putfile.sh @@ -1,2 +1,2 @@ tce-load -i libzstd -tce-run curl --upload-file $1 -u LOGIN:PASSWORD https://SERVER/PATH/$1 +tce-run curl -T $1 -u LOGIN:PASSWORD https://SERVER/PATH/$1