Treat FTL return data as strings - part II

Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
Christian König 2025-04-20 22:50:55 +02:00
parent 248d25b8d0
commit 8733b429dd
No known key found for this signature in database

View File

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