summaryrefslogtreecommitdiff
path: root/error.sh
blob: a8b490d70ed62b9b98998841d4c3f51ecabd3643 (plain)
1
2
3
4
5
6
7
#!/bin/bash
msg="Failure: Could not built site www.iamfabulous.de"
attach=$(cat log/hugo.log)

echo "$msg"
echo ""
echo "$attach"