From 388b4cb15b3a0eba82d0dc502a9b4d8747df822c Mon Sep 17 00:00:00 2001 From: gtxaspec Date: Mon, 15 Jan 2024 07:49:32 -0800 Subject: [PATCH] [no ci] update control script --- general/package/ingenic-libimp-control/src/imp-control.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/general/package/ingenic-libimp-control/src/imp-control.sh b/general/package/ingenic-libimp-control/src/imp-control.sh index c3f9d6ea..0735729b 100755 --- a/general/package/ingenic-libimp-control/src/imp-control.sh +++ b/general/package/ingenic-libimp-control/src/imp-control.sh @@ -1,7 +1,7 @@ #!/bin/sh # This script provides a control interface for the libimp_control library. -# It sends commands to the server listening on localhost port 4000. +# It sends commands to the server listening on localhost port 4998. # Send the command and parameters to the server -echo "imp_control $*" | nc localhost 4000 +echo "imp_control $*" | nc localhost 4998