diff --git a/server-lsp.sh b/server-lsp.sh index f36a1f0..ccb3dee 100755 --- a/server-lsp.sh +++ b/server-lsp.sh @@ -99,5 +99,5 @@ do inbound=$(echo $inbound| jq -c --argjson Jfb "${Jfb}" '.settings.fallbacks += [$Jfb]') done -echo $inbound +echo "$inbound" exit 0 diff --git a/server-lst.sh b/server-lst.sh index 9eb0ed9..7434a54 100755 --- a/server-lst.sh +++ b/server-lst.sh @@ -117,5 +117,5 @@ do inbound=$(echo $inbound| jq -c --argjson Jfb "${Jfb}" '.settings.fallbacks += [$Jfb]') done -echo $inbound +echo "$inbound" exit 0 diff --git a/server-ttt.sh b/server-ttt.sh index c7aa4e2..df04c1f 100755 --- a/server-ttt.sh +++ b/server-ttt.sh @@ -109,5 +109,5 @@ do inbound=$(echo $inbound| jq -c --argjson Jfb "${Jfb}" '.settings.fallbacks += [$Jfb]') done -echo $inbound +echo "$inbound" exit 0