Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix for mountpoints wrongly creating // #767

Closed
wants to merge 10 commits into from

Conversation

tschettervictor
Copy link
Collaborator

No description provided.

@tschettervictor
Copy link
Collaborator Author

According to documentation, when mounting or unmounting, the jail path needs to start with a forward slash. "/"
This is standard behavior for mounting and unmounting, but for some reason the actual command required the jail path to not have a leading / which resulted in the fstab file including // whenever a leading slash was provided.

This PR makes sure that the jail path should start with /

@tschettervictor
Copy link
Collaborator Author

Ive changed this to retain the old code. This will now simply search for occurrences of // and replace them with /

@tschettervictor
Copy link
Collaborator Author

I'm going to close this in favor of #778

@tschettervictor tschettervictor deleted the patch-3 branch December 27, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant