From 493ce374113cddf968fe7692da37dfd3024867d2 Mon Sep 17 00:00:00 2001 From: kexkey Date: Thu, 7 May 2020 12:25:31 -0400 Subject: [PATCH] Formatting --- proxy_docker/app/script/requesthandler.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxy_docker/app/script/requesthandler.sh b/proxy_docker/app/script/requesthandler.sh index b36f794..63f63a1 100644 --- a/proxy_docker/app/script/requesthandler.sh +++ b/proxy_docker/app/script/requesthandler.sh @@ -425,13 +425,13 @@ main() { ;; ln_listpays) # GET http://192.168.111.152:8080/ln_listpays - response=$(ln_listpays) + response=$(ln_listpays) response_to_client "${response}" ${?} break ;; ln_getroute) # GET http://192.168.111.152:8080/ln_getroute/// - response=$(ln_getroute $(echo "${line}" | cut -d ' ' -f2 | cut -d '/' -f3) $(echo "${line}" | cut -d ' ' -f2 | cut -d '/' -f4) $(echo "${line}" | cut -d ' ' -f2 | cut -d '/' -f5)) + response=$(ln_getroute $(echo "${line}" | cut -d ' ' -f2 | cut -d '/' -f3) $(echo "${line}" | cut -d ' ' -f2 | cut -d '/' -f4) $(echo "${line}" | cut -d ' ' -f2 | cut -d '/' -f5)) response_to_client "${response}" ${?} break ;;