From 54b4592e5f9dfde9bf2bfd850ab337d5f9456a24 Mon Sep 17 00:00:00 2001 From: starcalc Date: Tue, 30 Aug 2022 20:53:16 +0200 Subject: [PATCH] remove faulty comma --- configureandupload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configureandupload.sh b/configureandupload.sh index d19b570..ec6a53b 100644 --- a/configureandupload.sh +++ b/configureandupload.sh @@ -1,5 +1,5 @@ #!/bin/bash -while IFS="," read -r curhost, curip +while IFS="," read -r curhost curip do echo "Host ${curhost} and IP ${curip}" cp data/homie/config.json data/homie/config.json.sample