diff --git a/campcaster/src/modules/htmlUI/var/templates/scheduler/status.tpl b/campcaster/src/modules/htmlUI/var/templates/scheduler/status.tpl index 28324cb6f..22f255986 100644 --- a/campcaster/src/modules/htmlUI/var/templates/scheduler/status.tpl +++ b/campcaster/src/modules/htmlUI/var/templates/scheduler/status.tpl @@ -3,14 +3,19 @@

##Scheduler status##

 
- - {if $SCHEDULER->testDaemon() === true} + + {if $SCHEDULER->daemonIsRunning() === true}

##Scheduler is running##

{else} -

##Scheduler is not running##

-

+ {assign var=tmpErrorMsg value=$SCHEDULER->getScriptError()} + {if $tmpErrorMsg} + {$tmpErrorMsg} + {else} +

##Scheduler is not running##

+

+ {/if} {/if}