diff options
| author | Horus | 2016-10-20 18:08:36 +0200 |
|---|---|---|
| committer | Horus | 2016-10-20 18:08:36 +0200 |
| commit | 3a5fabf3c6f4f60a64885a52c76ba6dab8b71099 (patch) | |
| tree | 5dd636d32bb4796855aafb0d0b2bcb091430d3e5 /error.sh | |
| download | iamfabulous.de-3a5fabf3c6f4f60a64885a52c76ba6dab8b71099.tar.gz | |
Initial commit.
Diffstat (limited to 'error.sh')
| -rwxr-xr-x | error.sh | 7 |
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" |
