Update generate-files.sh

FIX:
tput: unknown terminfo capability 'default'
Error: Process completed with exit code 4.
This commit is contained in:
Mitchell Krog 2025-01-19 07:57:32 +02:00 committed by GitHub
parent 517ceea91c
commit 57062b14bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@
# SOFTWARE. # SOFTWARE.
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
#set -e set -e
set -o pipefail set -o pipefail
export TERM=xterm export TERM=xterm
@ -100,7 +100,8 @@ generateFiles
# Exit With Error Number # Exit With Error Number
# ---------------------- # ----------------------
exit ${?} #exit ${?}
exit 0
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# MIT License # MIT License