Skip to content

Commit

Permalink
Don't use zero to signal failure
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <ckoenig@posteo.de>
  • Loading branch information
yubiuser committed Dec 22, 2022
1 parent 1cf30ee commit 19b385f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions padd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ GetFTLData() {
# Send command to FTL and ask to quit when finished
data="$(echo ">$1 >quit" | nc 127.0.0.1 "${ftl_port}")"
echo "${data}"
else
echo "0"
fi
}

Expand Down

0 comments on commit 19b385f

Please sign in to comment.