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