mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update 99-run.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user