remove faulty comma
continuous-integration/drone/push Build is passing Details

This commit is contained in:
starcalc 2022-08-30 20:53:16 +02:00
parent f58e5b5e5c
commit 54b4592e5f
1 changed files with 1 additions and 1 deletions

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