Browse Source

fixed permission issue

master
Chris 6 years ago
parent
commit
b077210333
  1. 2
      admin/generate.sh

2
admin/generate.sh

@ -154,7 +154,7 @@ fi
# Publish now # Publish now
log "Copy $TMPPUBLIC to $PUBLIC_WWW" log "Copy $TMPPUBLIC to $PUBLIC_WWW"
rm -r -f $PUBLIC_WWW rm -r -f $PUBLIC_WWW
mv -v $TMPPUBLIC $PUBLIC_WWW 2>&1 | tee -a $LOG mv -Z -v $TMPPUBLIC $PUBLIC_WWW 2>&1 | tee -a $LOG
log "Ready, Blog created in $PUBLIC_WWW!" log "Ready, Blog created in $PUBLIC_WWW!"

Loading…
Cancel
Save