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

New function easyrsa_mkdir_p(): Replace use of 'mkdir -p' #1101

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

TinCanTech
Copy link
Collaborator

Windows 11 does not allow 'mkdir -p' to function correctly, it always fails to create directories and never returns an error.

easyrsa_mkdir_p() replaces 'mkdir -p' by creating individual directories for the parent and then for the child, without using 'mkdir -p' switch.

Windows 11 does not allow 'mkdir -p' to function correctly, it
always fails to create directories and never returns an error.

easyrsa_mkdir_p() replaces 'mkdir -p' by creating individual
directories for the parent and then for the child, without
using 'mkdir -p' switch.

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
@TinCanTech TinCanTech self-assigned this Mar 29, 2024
@TinCanTech TinCanTech added this to the v3.2.0 milestone Mar 29, 2024
@TinCanTech TinCanTech merged commit 4bf560d into OpenVPN:master Mar 29, 2024
3 checks passed
@TinCanTech TinCanTech linked an issue Mar 29, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EasyRSA on Windows 11 with mksh hangs
1 participant