mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-29 04:10:11 +00:00
Update App_Header_Merge_update .app-headers_in_update-app-headers
This commit is contained in:
parent
6981774662
commit
5855cff8e4
1 changed files with 4 additions and 1 deletions
|
|
@ -24,7 +24,10 @@ jobs:
|
|||
for script in ct/*.sh; do
|
||||
if grep -q 'APP=' "$script"; then
|
||||
APP_NAME=$(grep -oP 'APP=\K\w+' "$script")
|
||||
figlet "$APP_NAME" >> ct/.app-headers 2>/dev/null
|
||||
if [ ! -z "$APP_NAME" ]; then
|
||||
echo "Adding $APP_NAME to .app-headers"
|
||||
figlet "$APP_NAME" >> ct/.app-headers 2>/dev/null || echo "figlet failed for $APP_NAME"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue