mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 11:36:17 +00:00
refactor: update comment for utils.sh loading
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user