summaryrefslogtreecommitdiff
path: root/error.sh
blob: 4d1397d1f62cba118edfe44594cca069f2f08887 (plain)
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"