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

Tweak to start.sh script (minor) #212

Open
stl-steve-moore opened this issue Oct 27, 2022 · 0 comments
Open

Tweak to start.sh script (minor) #212

stl-steve-moore opened this issue Oct 27, 2022 · 0 comments
Milestone

Comments

@stl-steve-moore
Copy link
Collaborator

The start.sh script has several places where it creates a folder (mkdir ....). If the folder already exists, the system will complain.

An easy way to get around that is to use "mkdir -p". That option tells the OS to make the directory if it does not already exist. Warning messages will go away.

It will also make an intermediary directories along the path, but I don't think you need that for the folders the script makes today.

@skbhaskarla skbhaskarla added this to the v4.2.0 milestone Oct 27, 2022
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

No branches or pull requests

2 participants