Browse Source

version nr introduced

master
Chris 6 years ago
parent
commit
16dfa17e6b
  1. 4
      admin/generate.sh

4
admin/generate.sh

@ -3,6 +3,9 @@
# In error case, existing blog content will not be touched # In error case, existing blog content will not be touched
# If this script ist not stored in ~/hugogentmp/ change $DIR # 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) # Path to hugo executable on uberspace and local (for testing)
HUGO=~/bin/hugo HUGO=~/bin/hugo
#HUGO=~/kred/hugo/hugo #HUGO=~/kred/hugo/hugo
@ -79,6 +82,7 @@ finish () {
} }
### MAIN ############################################### ### MAIN ###############################################
log "Version $VERSION"
if [ -d $TMPPUBLIC ] if [ -d $TMPPUBLIC ]
then then

Loading…
Cancel
Save