Update 99-run.sh

This commit is contained in:
Alexandre
2025-07-16 10:10:57 +02:00
committed by GitHub
parent efb8686293
commit 49cc784326

View File

@@ -20,7 +20,7 @@ for dir in /etc/services.d/*; do
if [ -f "$dir/run" ]; then
# Execute the 'run' file
bashio::log.info "Starting service $dir"
bash "$dir/run"
/."$dir/run"
else
bashio::log.fatal "No run file found in $dir"
fi