mfgtools
mfgtools copied to clipboard
Error handling
The mfg xml scripts had the possibility to have a dedicated error handling cmd attribute which would be executed, once the actual cmd failed.
See the onError of the example below.
<CMD state="Updater" type="push" body="send" file="../{{ image.src }}" onError="$ cat /etc/fbred > /dev/fb0">Sending ../{{ image.src }}</CMD>
Is there a similar onError routine for the uuu scripts available, ideally a global one?
not support yet in uuu script