remove faulty comma
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
starcalc 2022-08-30 20:53:16 +02:00
parent f58e5b5e5c
commit 54b4592e5f

View file

@ -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