Package: fai-server Tags: patch fai-setup has an error that results in this message short before finishing:
... Log file written to /var/log/fai/make-fai-nfsroot.log /usr/sbin/fai-setup: line 160: [: missing `]' ... It can be fixed with the attached patch
160c160 < [ -e .rhosts] && chown $LOGUSER:$logusergid . .rhosts || true --- > [ -e .rhosts ] && chown $LOGUSER:$logusergid . .rhosts || true

