CLI v2.6.0 not working on Mac OS

Please describe what you are doing to trigger the bug:
I am trying to upgrade the CLI package from v2.5.2 (which works) to v2.6.0 on Mac OS Catalina:

wget -O /usr/local/bin/duplicacy https://github.com/gilbertchen/duplicacy/releases/download/v2.6.0/duplicacy_osx_x64_2.6.0
chmod a+x /usr/local/bin/duplicacy
duplicacy -v

Please describe what you expect to happen (but doesn’t):
duplicacy -v should show the new version

Please describe what actually happens (the wrong behaviour):
But instead I get
[1] 70047 killed duplicacy -v

Has it been downloaded correctly? Can you verify the checksum?

% shasum /tmp/duplicacy
90473c7e2965573ae0954671fd761f452a027b56  /tmp/duplicacy
% /tmp/duplicacy -v | grep -i version -A 1| grep -iv version
2.6.0 (8B489F)

I’m sorry to have wasted your time. It was probably a hung process. A reboot fixed everything. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.