Update generate-files.sh

tput: unknown terminfo capability 'default'
Error: Process completed with exit code 4.
This commit is contained in:
Mitchell Krog 2025-01-19 07:56:14 +02:00 committed by GitHub
parent 28a1004e1b
commit 517ceea91c
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 7)
#defaultcolor=$(tput setaf 7)
# ---------
# FUNCTIONS