diff options
| author | Horus | 2016-03-03 18:22:34 +0100 |
|---|---|---|
| committer | Horus | 2016-03-03 18:22:34 +0100 |
| commit | 6857f8e5061180aa530c2610fec8235acdfbb66a (patch) | |
| tree | f910b4712f006137db3edb7fd0b239551e0fa169 /error.sh | |
| parent | df4d016a8dd862b3b2c7ef9ffaf0c3840ff03fe2 (diff) | |
| download | gospeladlershof.de-6857f8e5061180aa530c2610fec8235acdfbb66a.tar.gz | |
Fügt die Makefiles für die build pipeline hinzu.
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" |
