Treat FTL return data as strings (#5509)

This commit is contained in:
yubiuser
2023-12-09 18:35:14 +01:00
committed by GitHub
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ GetFTLData() {
if [ "${status}" = 200 ]; then
# response OK
echo "${data}"
printf %s "${data}"
elif [ "${status}" = 000 ]; then
# connection lost
echo "000"