Treat FTL return data as strings

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2023-12-06 00:21:04 +01:00
parent 1da36bd4e7
commit 2681835f94
No known key found for this signature in database
2 changed files with 7 additions and 7 deletions

View file

@ -93,7 +93,7 @@ GetFTLData() {
if [ "${status}" = 200 ]; then
# response OK
echo "${data}"
printf %s "${data}"
elif [ "${status}" = 000 ]; then
# connection lost
echo "000"