summaryrefslogtreecommitdiff
path: root/error.sh
diff options
context:
space:
mode:
authorHorus2016-10-20 18:08:36 +0200
committerHorus2016-10-20 18:08:36 +0200
commit3a5fabf3c6f4f60a64885a52c76ba6dab8b71099 (patch)
tree5dd636d32bb4796855aafb0d0b2bcb091430d3e5 /error.sh
downloadiamfabulous.de-3a5fabf3c6f4f60a64885a52c76ba6dab8b71099.tar.gz
Initial commit.
Diffstat (limited to 'error.sh')
-rwxr-xr-xerror.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/error.sh b/error.sh
new file mode 100755
index 0000000..4d1397d
--- /dev/null
+++ b/error.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+msg="Failure: Could not built site gospeladlershof.de."
+attach=$(cat log/hugo.log)
+
+echo "$msg"
+echo ""
+echo "$attach"