Compare commits

..

No commits in common. "f1333087d2d27899e9cccc693cb8b75ecb115068" and "883a442ff5d86a86c28c4a74635f5292c2207d01" have entirely different histories.

5 changed files with 10 additions and 5 deletions

View file

@ -10,6 +10,7 @@
#
# !! Do not edit this file, it is generated from template!
:local ExitOK false;
:onerror Err {
:global GlobalConfigReady; :global GlobalFunctionsReady;
:retry { :if ($GlobalConfigReady != true || $GlobalFunctionsReady != true) \
@ -32,5 +33,5 @@
:set ($Seen->$Mac) 1;
}
} do={
:global ExitError; $ExitError false [ :jobname ] $Err;
:global ExitError; $ExitError $ExitOK [ :jobname ] $Err;
}

View file

@ -10,6 +10,7 @@
#
# !! Do not edit this file, it is generated from template!
:local ExitOK false;
:onerror Err {
:global GlobalConfigReady; :global GlobalFunctionsReady;
:retry { :if ($GlobalConfigReady != true || $GlobalFunctionsReady != true) \
@ -32,5 +33,5 @@
:set ($Seen->$Mac) 1;
}
} do={
:global ExitError; $ExitError false [ :jobname ] $Err;
:global ExitError; $ExitError $ExitOK [ :jobname ] $Err;
}

View file

@ -11,6 +11,7 @@
# !! This is just a template to generate the real script!
# !! Pattern '%TEMPL%' is replaced, paths are filtered.
:local ExitOK false;
:onerror Err {
:global GlobalConfigReady; :global GlobalFunctionsReady;
:retry { :if ($GlobalConfigReady != true || $GlobalFunctionsReady != true) \
@ -41,5 +42,5 @@
:set ($Seen->$Mac) 1;
}
} do={
:global ExitError; $ExitError false [ :jobname ] $Err;
:global ExitError; $ExitError $ExitOK [ :jobname ] $Err;
}

View file

@ -10,6 +10,7 @@
#
# !! Do not edit this file, it is generated from template!
:local ExitOK false;
:onerror Err {
:global GlobalConfigReady; :global GlobalFunctionsReady;
:retry { :if ($GlobalConfigReady != true || $GlobalFunctionsReady != true) \
@ -32,5 +33,5 @@
:set ($Seen->$Mac) 1;
}
} do={
:global ExitError; $ExitError false [ :jobname ] $Err;
:global ExitError; $ExitError $ExitOK [ :jobname ] $Err;
}

View file

@ -9,6 +9,7 @@
# act on multiple mode and reset button presses
# https://rsc.eworm.de/doc/mode-button.md
:local ExitOK false;
:onerror Err {
:global GlobalConfigReady; :global GlobalFunctionsReady;
:retry { :if ($GlobalConfigReady != true || $GlobalFunctionsReady != true) \
@ -91,5 +92,5 @@
/system/scheduler/set $Scheduler start-time=[ /system/clock/get time ];
}
} do={
:global ExitError; $ExitError false [ :jobname ] $Err;
:global ExitError; $ExitError $ExitOK [ :jobname ] $Err;
}