From 0e016fb17621f370e76f861997a3622579225840 Mon Sep 17 00:00:00 2001 From: Ray Tanaka Date: Mon, 29 Oct 2018 19:03:29 -0700 Subject: [PATCH] had a debug echo in there -- making it a log message instead --- setup/pi/setup-teslausb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/pi/setup-teslausb b/setup/pi/setup-teslausb index ee8a9dd..d8e889a 100644 --- a/setup/pi/setup-teslausb +++ b/setup/pi/setup-teslausb @@ -234,7 +234,7 @@ function configure_archive_scripts () { function install_archive_scripts () { check_variable "archive_module" - echo $archive_module + echo "Installing scripts for archive module: $archive_module" local install_path="/root/bin" get_script $install_path verify-archive-configuration.sh $archive_module