File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1363,6 +1363,9 @@ unset DEFAULT_ARGUMENT ARGUMENT
13631363msg_debug " Use the default configuration file (${defaultconfig} )."
13641364[[ -f " ${script_path} /custom.conf" ]] && msg_debug " The default settings have been overridden by custom.conf"
13651365
1366+ # Debug mode
1367+ if [[ " ${bash_debug} " = true ]]; then set -x -v; fi
1368+
13661369set +eu
13671370
13681371# Check for a valid channel name
Original file line number Diff line number Diff line change @@ -1430,6 +1430,9 @@ msg_debug "Use the default configuration file (${defaultconfig})."
14301430# Set rebuild config file
14311431rebuildfile=" ${work_dir} /alteriso_config"
14321432
1433+ # Debug mode
1434+ if [[ " ${bash_debug} " = true ]]; then set -x -v; fi
1435+
14331436set +eu
14341437
14351438# Check for a valid channel name
You can’t perform that action at this time.
0 commit comments