Update run.txt

This commit is contained in:
Alexandre
2022-12-23 22:38:56 +01:00
committed by GitHub
parent 4cb19604a1
commit 896c122b4b

View File

@@ -1,6 +1,10 @@
#!/usr/bin/env bashio #!/usr/bin/env bashio
# shellcheck shell=bash # shellcheck shell=bash
if [ ! -f /started ]; then
touch /started
#################### ####################
# Starting scripts # # Starting scripts #
#################### ####################
@@ -107,3 +111,5 @@ fi
bashio::log.info "Starting app" bashio::log.info "Starting app"
fi