From ee8b2185f92f0da5203ed946a63028077a0f3221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastiaan?= Date: Sun, 5 Jan 2025 14:17:16 +0100 Subject: [PATCH] Test --- .github/workflows/validate-headers.yml | 2 +- ct/homepage.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-headers.yml b/.github/workflows/validate-headers.yml index 37af7eb0..0747b9d5 100644 --- a/.github/workflows/validate-headers.yml +++ b/.github/workflows/validate-headers.yml @@ -77,7 +77,7 @@ jobs: run: | NON_COMPLIANT_FILES="" for FILE in ${{ steps.changed-files.outputs.files }}; do - if [[ "$(sed -n '3p' "$FILE")" != "# Copyright (c) 2021-2025 community-scripts ORG" ]]; then + if ! sed -n '3p' "$FILE" | { grep -qE "^# Copyright (c) [0-9]{4}(-[0-9]{4})? (community-scripts ORG|tteck|community-scripts ORG \| tteck)$" || false }; then NON_COMPLIANT_FILES="$NON_COMPLIANT_FILES $FILE" fi done diff --git a/ct/homepage.sh b/ct/homepage.sh index e2c74b36..6379580e 100644 --- a/ct/homepage.sh +++ b/ct/homepage.sh @@ -3,7 +3,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://gethomepage.dev/ +# Source: https://gethomepage.dev/ # App Default Values APP="Homepage"