Add temp debug

This commit is contained in:
2026-07-30 20:38:30 -04:00
parent 93489d2330
commit a84ae4273e

View File

@@ -426,6 +426,8 @@ get_mc_version() {
debug "${FUNCNAME[0]}()" debug "${FUNCNAME[0]}()"
declare -g MC_VERSION MC_MVERSION MC_VERSION_SOURCE declare -g MC_VERSION MC_MVERSION MC_VERSION_SOURCE
debug "BUILD_SWITCH=$BUILD_SWITCH LOCAL_INSTALL_SWITCH=$LOCAL_INSTALL_SWITCH CREATEREPO_SWITCH=$CREATEREPO_SWITCH"
# Use user provided MC version if available # Use user provided MC version if available
if [[ -n $MC_VERSION_USER ]]; then if [[ -n $MC_VERSION_USER ]]; then
MC_VERSION="$MC_VERSION_USER" MC_VERSION="$MC_VERSION_USER"
@@ -2018,7 +2020,7 @@ main() {
fi fi
if ((REPO_INSTALL_SWITCH)); then if ((REPO_INSTALL_SWITCH)); then
info "Installing JRiver Media Center from remote repository." info "Installing JRiver Media Center from repository."
local repo_file local repo_file
install_external_repos install_external_repos