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