refactor: update comment for utils.sh loading

This commit is contained in:
cod378
2025-11-12 04:23:43 +00:00
parent f0bcdc1c25
commit bf71e1f9b8

View File

@@ -55,7 +55,7 @@ MONITOR_PORT=8008
REPO_URL="https://github.com/c78-contrib/ProxMenuxOffline.git" REPO_URL="https://github.com/c78-contrib/ProxMenuxOffline.git"
TEMP_DIR="/tmp/proxmenux-install-$$" TEMP_DIR="/tmp/proxmenux-install-$$"
# Load utils.sh from local repository # Load utils.sh dependency
if [[ -f "$UTILS_URL" ]]; then if [[ -f "$UTILS_URL" ]]; then
source "$UTILS_URL" source "$UTILS_URL"
else else