From ef523f542d20f4565bf9a6fb4827d092565fa1e3 Mon Sep 17 00:00:00 2001 From: Ray Tanaka Date: Mon, 29 Oct 2018 22:56:11 -0700 Subject: [PATCH] making changes to reflect upstream changes --- setup/pi/setup-teslausb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/pi/setup-teslausb b/setup/pi/setup-teslausb index d8e889a..b80034e 100644 --- a/setup/pi/setup-teslausb +++ b/setup/pi/setup-teslausb @@ -120,7 +120,7 @@ function check_archive_configs () { if [ "$RSYNC_ENABLE" = true ] && [ "$RCLONE_ENABLE" = true ] then - echo "STOP: Cannot enable rsync and rclone at the same time" + setup_progress "STOP: Cannot enable rsync and rclone at the same time" exit 1 fi @@ -234,7 +234,7 @@ function configure_archive_scripts () { function install_archive_scripts () { check_variable "archive_module" - echo "Installing scripts for archive module: $archive_module" + setup_progress "Installing scripts for archive module: $archive_module" local install_path="/root/bin" get_script $install_path verify-archive-configuration.sh $archive_module