From 32c1c18af2825823e8d6948333a965a3173b5906 Mon Sep 17 00:00:00 2001 From: urpylka Date: Sat, 5 May 2018 16:50:36 +0300 Subject: [PATCH] image_builder: fix syntax Signed-off-by: Artem Smirnov --- image_builder/scripts/hardware_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_builder/scripts/hardware_setup.sh b/image_builder/scripts/hardware_setup.sh index 0449393a..aa16b873 100755 --- a/image_builder/scripts/hardware_setup.sh +++ b/image_builder/scripts/hardware_setup.sh @@ -18,7 +18,7 @@ touch /boot/ssh # /usr/bin/raspi-config nonint do_ssh 0 # 2. Enable GPIO -echo -e "\033[0;31m\033[1m$(date) | #2 SSHd enabled by default\033[0m\033[0m" +echo -e "\033[0;31m\033[1m$(date) | #2 GPIO enabled by default\033[0m\033[0m" # 3. Enable I2C echo -e "\033[0;31m\033[1m$(date) | #3 Turn on I2C\033[0m\033[0m"