Skiping optional camera data check when in no_prompt

This commit is contained in:
boltgolt 2018-04-07 17:22:30 +02:00
parent c635b56c86
commit e5a3cf3241

4
debian/postinst vendored
View file

@ -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"