Please agree to the following
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
Please agree to the following
Summary
Show this log entry
Enter value for --password:stdinony if password is not provided via stdinWhat software is involved?
Volume Type
None
Steps to Reproduce
echo "foo" | cryptomator-cli unlock /home/foo/vault/ --mountPoint=/home/foo/mounted --mounter=org.cryptomator.frontend.fuse.mount.LinuxFuseMountProvider --password:stdinExpected Behavior
[main] INFO o.c.cli.Unlock - Unlocked and mounted vault successfully to file:///home/foo/mounted/is loggedActual Behavior
is additional logged
Reproducibility
Always
Relevant Log Output
Anything else?
No response