-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix line split in secure mount and notify
Currently the code splits the mount command line returns incorrectly. This results in a non match which means a new mount is created everytime, instead of using an existing mount. This results in many mounts being present on the system, every time the agent is restarted. This is due to the split element being a back slash `\` whereas it should be a whitespace `' '` There is also no feedback provided to the user when an existing mount is used. This information should be provided to the user. Resolves: #83
- Loading branch information
Showing
1 changed file
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters