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

Add -p option to mkdir for spotifyd installation #5484

Closed
C0ntroller opened this issue May 9, 2022 · 2 comments
Closed

Add -p option to mkdir for spotifyd installation #5484

C0ntroller opened this issue May 9, 2022 · 2 comments
Labels
Bug 🐞 Solution available 🥂 Definite solution has been done
Milestone

Comments

@C0ntroller
Copy link

When installing spotifyd using the dietpi interface an error happend when this line was executed:

[[ -d '/mnt/dietpi_userdata/spotifyd/cache' ]] || G_EXEC mkdir /mnt/dietpi_userdata/spotifyd/cache

The error happens because /mnt/dietpi_userdata/spotifyd does not exist. It can easily be solved by using mkdir -p to also create this parent directory.

@MichaIng MichaIng added this to the v8.5 milestone May 9, 2022
@MichaIng
Copy link
Owner

MichaIng commented May 9, 2022

Many thanks for your report. Right that is missing, I'll add it for next release.

MichaIng added a commit that referenced this issue May 12, 2022
- DietPi-Software | Spotifyd: Resolved an issue where fresh installs failed because of a missing parent directory. Many thanks to @C0ntroller for reporting this issue: #5484
@MichaIng
Copy link
Owner

Solved with: 1ef7461

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 Solution available 🥂 Definite solution has been done
Projects
None yet
Development

No branches or pull requests

2 participants