Update 'putfile.sh'
This commit is contained in:
parent
ae413150b0
commit
0591197cf4
|
@ -1,2 +1,2 @@
|
|||
tce-run libzstd
|
||||
tce-run curl --upload-file /mnt/sda1/tce/mydata.tgz -u LOGIN:PASSWORD https://SERVER/PATH/mydata.tgz
|
||||
tce-load -i libzstd
|
||||
tce-run curl --upload-file $1 -u LOGIN:PASSWORD https://SERVER/PATH/$1
|
||||
|
|
Loading…
Reference in New Issue