Explorar el Código

Add temp debug

bryan hace 2 semanas
padre
commit
952560310a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      installJRMC

+ 2 - 0
installJRMC

@@ -273,6 +273,8 @@ parse_input() {
     declare -g SCRIPT_DIR=; SCRIPT_DIR=$(readlink -f "$(dirname "${BASH_SOURCE[0]}")")
     declare -g HOME; HOME=$(getent passwd "$USER" | cut -d: -f6)
 
+    declare -p
+
     # Set some defaults if zero or one arguments are passed
     if [[ $# -eq 0 && $ID != "unknown" ]]; then
         debug "Automatically setting --install repo"