Update generate-files.sh

FIX:
tput: unknown terminfo capability 'default'
This commit is contained in:
Mitchell Krog 2025-01-19 07:51:43 +02:00 committed by GitHub
parent 393eb2be20
commit 929affc471
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@ blue=$(tput setaf 4)
magenta=$(tput setaf 5)
cyan=$(tput setaf 6)
white=$(tput setaf 7)
defaultcolor=$(tput setaf default)
defaultcolor=$(tput setaf 7)
# ---------
# FUNCTIONS