__netbox*: fix shellcheck SC2162

This commit is contained in:
matze 2020-10-11 16:56:54 +02:00
parent 32c95ccb22
commit 72f2996c50
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Description=Socket for NetBox via $TYPE
UNIT
# read all sockets to listen to
while read line; do
while read -r line; do
printf "ListenStream=%s\n" "$line"
done < "$1"