diff options
| author | Max | 2017-03-01 20:19:58 +0100 |
|---|---|---|
| committer | Max | 2017-03-01 20:19:58 +0100 |
| commit | 07f8c9c8d1d80302e5029617753e2fd87321cebf (patch) | |
| tree | c6a75b8e421f74434d27ac2c0332c39324d7b8c6 | |
| parent | 347c73b7f0857720549acc11218baf2d681a4261 (diff) | |
| download | gospeladlershof.de-07f8c9c8d1d80302e5029617753e2fd87321cebf.tar.gz | |
Entfernt ungenutzes build.sh.
| -rwxr-xr-x | gospeladlershof.de/build.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gospeladlershof.de/build.sh b/gospeladlershof.de/build.sh deleted file mode 100755 index a98ab9b..0000000 --- a/gospeladlershof.de/build.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -export PATH=$PATH:/usr/local/bin:/home/horus/bin -export DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) -if [ ! -z $DIR ]; then - cd $DIR && \ - rm -rf $DIR/public && \ - hugo --ignoreCache --log=true --logFile=../log/hugo.log --verbose=false 1>/dev/null -else - echo "Kann nicht den aktuellen Pfad ermitteln!" 1>&2 - exit 1 -fi |
