From 75f2ceb91947fe04a199fa319e41ec73798f5b20 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 13 May 2021 17:03:26 +0200 Subject: [PATCH] Update run.sh --- joal/rootfs/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"