diff --git a/admin/generate.sh b/admin/generate.sh index f277f8d..33caabe 100755 --- a/admin/generate.sh +++ b/admin/generate.sh @@ -154,7 +154,7 @@ fi # Publish now log "Copy $TMPPUBLIC to $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!"