Skip to content

Commit 4d4062b

Browse files
authored
Clarify comments in changedetection.sh
1 parent d17fcf9 commit 4d4062b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ct/changedetection.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#!/usr/bin/env bash
22
# Engine comes from community-scripts/core; this repo only ships the scripts.
3-
# A local core checkout wins (COMMUNITY_SCRIPTS_CORE_DIR, else a sibling ../core),
4-
# so a fork or branch of core can be tested without editing this file.
3+
# Local checkout wins (COMMUNITY_SCRIPTS_CORE_DIR, else a sibling ../core), so a
4+
# fork/branch of core can be tested without touching this file.
55
_cs_boot="${COMMUNITY_SCRIPTS_CORE_DIR:-$(dirname "${BASH_SOURCE[0]}")/../../core}/core/build.func"
66
source "$_cs_boot" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_CORE_URL:-https://raw.githubusercontent.com/community-scripts/core/main}/core/build.func")
7+
78
# Copyright (c) 2021-2026 tteck
89
# Author: tteck (tteckster)
910
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE

0 commit comments

Comments
 (0)