diff --git a/joal/rootfs/run.sh b/joal/rootfs/run.sh index 29e262dbc..186d42f30 100644 --- a/joal/rootfs/run.sh +++ b/joal/rootfs/run.sh @@ -51,7 +51,7 @@ exec nginx & \ if bashio::config.has_value 'run_duration'; then RUNTIME=$(bashio::config 'run_duration') - bashio::log.info "... Addon will stop after $RUNTIME hours" + bashio::log.info "... Addon will stop after $RUNTIME" sleep $RUNTIME && \ bashio::log.info "... Timeout achieved, addon will stop !" && \ kill "$PID"