Treat FTL return data as strings - part II (#6184)

This commit is contained in:
yubiuser 2025-04-21 09:16:58 +02:00 committed by GitHub
commit 6fe77ebeed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -226,7 +226,7 @@ GetFTLData() {
# return only the data
if [ "${status}" = 200 ]; then
# response OK
echo "${data}"
printf %s "${data}"
else
# connection lost
echo "${status}"