Use manual debug output for download()
This commit is contained in:
@@ -1799,7 +1799,8 @@ download() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
execute "${cmd[@]}" "$url"
|
debug "${cmd[@]}" "$url"
|
||||||
|
"${cmd[@]}" "$url"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Roughly turn debugging on for pre-init
|
# Roughly turn debugging on for pre-init
|
||||||
|
|||||||
Reference in New Issue
Block a user