Compare commits

..

1 Commits

Author SHA1 Message Date
github-actions[bot]
216dee20a3 Update CHANGELOG.md 2026-09-14 13:51:14 +00:00
2 changed files with 0 additions and 13 deletions

View File

@@ -38,15 +38,6 @@ function update_script() {
fetch_and_deploy_gh_release "navidrome" "navidrome/navidrome" "binary" fetch_and_deploy_gh_release "navidrome" "navidrome/navidrome" "binary"
# The upstream postinstall only chowns the cache directory itself, and only
# on the very first install, so root-owned subdirectories survive upgrades
# and the service can no longer write its artwork there.
if id -u navidrome >/dev/null 2>&1; then
msg_info "Fixing Data Folder Ownership"
chown -R navidrome:navidrome /var/lib/navidrome
msg_ok "Fixed Data Folder Ownership"
fi
msg_info "Starting Services" msg_info "Starting Services"
systemctl start navidrome systemctl start navidrome
msg_ok "Started Services" msg_ok "Started Services"

View File

@@ -19,10 +19,6 @@ msg_ok "Installed Dependencies"
fetch_and_deploy_gh_release "navidrome" "navidrome/navidrome" "binary" fetch_and_deploy_gh_release "navidrome" "navidrome/navidrome" "binary"
if id -u navidrome >/dev/null 2>&1; then
chown -R navidrome:navidrome /var/lib/navidrome
fi
msg_info "Starting Navidrome" msg_info "Starting Navidrome"
systemctl enable -q --now navidrome systemctl enable -q --now navidrome
msg_ok "Started Navidrome" msg_ok "Started Navidrome"