From d350879bb676b79d2ad8cf8cbaaade719c779ce9 Mon Sep 17 00:00:00 2001 From: bryan Date: Sun, 19 Mar 2023 11:16:01 -0400 Subject: [PATCH] Add debug for gentoo testing --- installJRMC | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installJRMC b/installJRMC index fa70e77..1642fac 100755 --- a/installJRMC +++ b/installJRMC @@ -1709,6 +1709,8 @@ main() { ;; esac + debug "REPO_INSTALL_SWITCH=$REPO_INSTALL_SWITCH" + if (( REPO_INSTALL_SWITCH )); then echo "Installing JRiver Media Center from remote repository" if installMCFromRepo; then