Files
navidrome-litefs/entrypoint.sh
sstent 99d9e00fc9
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m3s
fix: unescaped quotes in register.sh and added logging
2026-02-07 18:17:58 -08:00

8 lines
213 B
Bash

#!/bin/bash
# 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
echo "Starting Navidrome..."
/app/navidrome