From 18320edd97a0b34235e38f83e3f72b0129d3d168 Mon Sep 17 00:00:00 2001 From: Siyuan Miao Date: Fri, 16 May 2025 19:45:34 +0200 Subject: [PATCH] fix typo --- dev_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_deploy.sh b/dev_deploy.sh index aa71e86..9d1221a 100755 --- a/dev_deploy.sh +++ b/dev_deploy.sh @@ -113,7 +113,7 @@ fi ssh "${REMOTE_USER}@${REMOTE_HOST}" "killall jetkvm_app_debug || true" # Copy the binary to the remote host -ssh "${REMOTE_USER}@${REMOTE_HOST}" "cat > ${REMOTE_PATH}/jetkvm_app_debug" < jetkvm_app +ssh "${REMOTE_USER}@${REMOTE_HOST}" "cat > ${REMOTE_PATH}/jetkvm_app_debug" < jetkvm_app_debug if [ "$RESET_USB_HID_DEVICE" = true ]; then # Remove the old USB gadget configuration