dump temporary apt.conf with --debug

pull/1/head
parent 1ff5ba7e9e
commit 48914894cb
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1532,6 +1532,8 @@ sub setup {
}
if ($verbosity_level >= 3) {
0 == system('apt-config', 'dump') or error "apt-config failed: $?";
debug "content of $tmpfile:";
copy($tmpfile, \*STDERR);
}
# when apt-get update is run by the root user, then apt will attempt to

Loading…
Cancel
Save