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
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m3s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user