mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
[Fix] Header breaks at long title (#2015)
This commit is contained in:
parent
78d96fdaa2
commit
6b225058de
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ find ./ct -type f -name "*.sh" | sort | while read -r script; do
|
|||
output_file="${headers_dir}/$(basename "${script%.*}")"
|
||||
|
||||
# Generate figlet output
|
||||
figlet_output=$(figlet -f slant "$app_name")
|
||||
figlet_output=$(figlet -f -w 500 slant "$app_name")
|
||||
|
||||
# Check if figlet output is not empty
|
||||
if [[ -n "$figlet_output" ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue