Add temp debug

This commit is contained in:
2024-10-04 00:53:10 -04:00
parent c474ce4eb7
commit aa6a0cc7f2

View File

@@ -1674,7 +1674,6 @@ main() {
debug "Debugging on"
debug "installJRMC version: $SCRIPT_VERSION"
declare -p
((SELF_UPDATE)) && update_self "$@"
@@ -1685,6 +1684,7 @@ main() {
fi
set_mc_version
((DEBUG)) && declare -p
if (( UNINSTALL_SWITCH )); then
if ask_ok "Do you really want to uninstall JRiver Media Center?"; then