Sorry, got two typo in the reproducer mkdir class mkdir debconf mkdir hooks cat <<EOF >hooks/debconf.DEFAULT #!/bin/bash
task_error 777 1 EOF chmod +x hooks/debconf.DEFAULT fai softupdate -s "file://$(pwd)"should actually reproduce the problem (with the intended way of calling task_error)
Best, Cornelius Hoffmann

