mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
Update generate-app-headers.sh
This commit is contained in:
parent
2ff536f26a
commit
87b442ef9e
4
.github/workflows/generate-app-headers.sh
vendored
4
.github/workflows/generate-app-headers.sh
vendored
@ -9,7 +9,7 @@ current_date=$(date +"%m-%d-%Y")
|
|||||||
echo "### Generated on $current_date"
|
echo "### Generated on $current_date"
|
||||||
echo "##################################################"
|
echo "##################################################"
|
||||||
echo
|
echo
|
||||||
} >> "$output_file" # Header wird in die Datei geschrieben
|
} >> "$output_file"
|
||||||
|
|
||||||
# Find only regular .sh files in ./ct, sort them alphabetically
|
# Find only regular .sh files in ./ct, sort them alphabetically
|
||||||
find ./ct -type f -name "*.sh" | sort | while read -r script; do
|
find ./ct -type f -name "*.sh" | sort | while read -r script; do
|
||||||
@ -24,7 +24,7 @@ find ./ct -type f -name "*.sh" | sort | while read -r script; do
|
|||||||
echo "APP=$app_name"
|
echo "APP=$app_name"
|
||||||
echo "$figlet_output"
|
echo "$figlet_output"
|
||||||
echo
|
echo
|
||||||
} >> "$output_file" # Figlet output wird in die Datei geschrieben
|
} >> "$output_file"
|
||||||
else
|
else
|
||||||
echo "No APP name found in $script, skipping."
|
echo "No APP name found in $script, skipping."
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user