This commit is contained in:
Stephan Raabe
2023-12-27 23:55:49 +01:00
parent f3bd82e4ce
commit 8f93a97df1
2 changed files with 4 additions and 2 deletions

View File

@@ -280,7 +280,7 @@ _getVersion() {
# Write the header to a page
_getHeader() {
figlet "$1"
figlet -w 100 "$1"
if [ ! -z "$2" ]; then
echo "by $2"
fi