From bf71e1f9b834682fa04549819b26b781ce394b3e Mon Sep 17 00:00:00 2001 From: cod378 Date: Wed, 12 Nov 2025 04:23:43 +0000 Subject: [PATCH] refactor: update comment for utils.sh loading --- install_proxmenux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_proxmenux.sh b/install_proxmenux.sh index ab2b2b2..7b72c08 100755 --- a/install_proxmenux.sh +++ b/install_proxmenux.sh @@ -55,7 +55,7 @@ MONITOR_PORT=8008 REPO_URL="https://github.com/c78-contrib/ProxMenuxOffline.git" TEMP_DIR="/tmp/proxmenux-install-$$" -# Load utils.sh from local repository +# Load utils.sh dependency if [[ -f "$UTILS_URL" ]]; then source "$UTILS_URL" else