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 ;;