fix: sys-gui-vnc and sys-gui-gpu titles

This commit is contained in:
Ben Grande 2024-09-25 20:14:24 +02:00
parent 656d363005
commit eb5cbe851c
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
6 changed files with 14 additions and 5 deletions

View file

@ -136,7 +136,7 @@ fi
if test "${key}" = "summary"; then
summary="$(sed -n -e \
"/^# ${name}$/,/^## Table of Contents$/{
/./!d; /^#/d; /^SPDX/d; /^<!--/d; /^-->/d; s/\.$//; p}" \
/^$/d; /^#/d; /^SPDX/d; /^<!--/d; /^-->/d; s/\.$//; p}" \
-- "${readme}")"
block_max_chars summary "${summary}" 70
fi