You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ink@localhost .bin]$ ./securefs.1.0.0 m abc /des --log ffff
Enter password:
fuse: bad mount point `/des': No such file or directory
[ink@localhost .bin]$ echo $?
1
[ink@localhost .bin]$
OK, I'm going to make a change in a few days so that the original process will wait until the child has either mounted successfully or failed, and will exit with the right code. This should solve both this bug and #177
Running in the foreground
Running in the background
Prior versions will also not write to the log file but will print an error and return none zero return code.
The text was updated successfully, but these errors were encountered: