-
-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
Please agree to the following
- I have searched existing issues for duplicates
- I agree to follow this project's Code of Conduct
Summary
Show this log entry Enter value for --password:stdin ony if password is not provided via stdin
What software is involved?
- Operating System: Not relevant
- Cryptomator CLI: 0.6.0
Volume Type
None
Steps to Reproduce
- Execute
echo "foo" | cryptomator-cli unlock /home/foo/vault/ --mountPoint=/home/foo/mounted --mounter=org.cryptomator.frontend.fuse.mount.LinuxFuseMountProvider --password:stdin
Expected Behavior
[main] INFO o.c.cli.Unlock - Unlocked and mounted vault successfully to file:///home/foo/mounted/ is logged
Actual Behavior
Enter value for --password:stdin (Passphrase, read from STDIN):
is additional logged
Reproducibility
Always
Relevant Log Output
echo "foo" | cryptomator-cli unlock /home/foo/vault/ --mountPoint=/home/foo/mounted --mounter=org.cryptomator.frontend.fuse.mount.LinuxFuseMountProvider --password:stdin
Enter value for --password:stdin (Passphrase, read from STDIN):
[main] INFO o.c.cli.Unlock - Unlocked and mounted vault successfully to file:///home/foo/mounted/Anything else?
No response
iwitz