mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-24 12:28:56 +00:00
Shuffle some files around, change dependencies to make output clearer, change ::: for [i] to further clarify output.
Allow for PH_VERBOSE to set -x on all scripts that it would be useful for Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
@@ -22,7 +22,7 @@ def run_and_stream_command_output():
|
||||
print(line, end='')
|
||||
build_result.wait()
|
||||
if build_result.returncode != 0:
|
||||
print(f' ::: Error running: {command}')
|
||||
print(f' [i] Error running: {command}')
|
||||
print(build_result.stderr)
|
||||
return run_and_stream_command_output_inner
|
||||
|
||||
|
||||
Reference in New Issue
Block a user