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
# 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

Loading…
Cancel
Save