Skip to content

Commit

Permalink
SD Connect compatibility added to a-put and a-get
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmo Mattila committed Nov 28, 2024
1 parent a6a5ba4 commit 0e5822a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion a-get
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ else
locked_path=$(dirname "$object_name")
echo "Copying encrypted data"
rclone copyto -P "${storage_server}:$object_name" "./${locked_file}"
ls
echo "Decrypting $locked-file"
echo " sd-lock-util unlock --container "${locked_path}" --no-content-download --no-preserve-original --path "${locked_file}" "
sd-lock-util unlock --container "${locked_path}" --no-content-download --no-preserve-original --path "${locked_file}"
Expand Down

0 comments on commit 0e5822a

Please sign in to comment.