1 2 3 4 5 6 7
#!/bin/bash msg="Failure: Could not built site gospeladlershof.de." attach=$(cat log/hugo.log) echo "$msg" echo "" echo "$attach"