Skip to content

Commit

Permalink
Don't use zero to signal failure (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
yubiuser authored Dec 29, 2022
2 parents cd0ad3a + 5fb896e commit 1b06852
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 @@ -119,8 +119,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 1b06852

Please sign in to comment.