diff --git a/admin/generate.sh b/admin/generate.sh index d7370aa..b5a7194 100755 --- a/admin/generate.sh +++ b/admin/generate.sh @@ -3,6 +3,9 @@ # In error case, existing blog content will not be touched # If this script ist not stored in ~/hugogentmp/ change $DIR +# Version nr of this script. Just for logging +VERSION=1 + # Path to hugo executable on uberspace and local (for testing) HUGO=~/bin/hugo #HUGO=~/kred/hugo/hugo @@ -79,6 +82,7 @@ finish () { } ### MAIN ############################################### +log "Version $VERSION" if [ -d $TMPPUBLIC ] then