Skiping optional camera data check when in no_prompt
This commit is contained in:
parent
c635b56c86
commit
e5a3cf3241
1 changed files with 20 additions and 18 deletions
4
debian/postinst
vendored
4
debian/postinst
vendored
|
|
@ -199,8 +199,10 @@ common_auth.close()
|
||||||
|
|
||||||
# From here onwards the installation is complete
|
# From here onwards the installation is complete
|
||||||
# We want to gather more information about the types or IR camera's
|
# We want to gather more information about the types or IR camera's
|
||||||
# used though, and the following lines are data collection
|
# used though, and the following lines are data gathering
|
||||||
|
# No data is ever uploaded without permission
|
||||||
|
|
||||||
|
if "HOWDY_NO_PROMPT" not in os.environ:
|
||||||
# List all video devices
|
# List all video devices
|
||||||
diag_out = "Video devices [IR=" + picked + "]\n"
|
diag_out = "Video devices [IR=" + picked + "]\n"
|
||||||
diag_out += "```\n"
|
diag_out += "```\n"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue