fix: unescaped quotes in register.sh and added logging
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m3s

This commit is contained in:
2026-02-07 18:17:58 -08:00
parent 41874f0ace
commit 99d9e00fc9
2 changed files with 22 additions and 20 deletions

View File

@@ -1,9 +1,8 @@
#!/bin/bash
# Start the registration loop in the background
/usr/local/bin/register.sh &
# Start the registration loop in the background, redirecting output to stderr so we see it in Nomad logs
/usr/local/bin/register.sh >&2 &
# Start Navidrome
# LiteFS has already mounted the DB at this point because it's the supervisor
echo "Starting Navidrome..."
/app/navidrome
/app/navidrome