remove faulty comma
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
f58e5b5e5c
commit
54b4592e5f
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
while IFS="," read -r curhost, curip
|
while IFS="," read -r curhost curip
|
||||||
do
|
do
|
||||||
echo "Host ${curhost} and IP ${curip}"
|
echo "Host ${curhost} and IP ${curip}"
|
||||||
cp data/homie/config.json data/homie/config.json.sample
|
cp data/homie/config.json data/homie/config.json.sample
|
||||||
|
|
Loading…
Reference in New Issue