From 38b819c32aa5066c0199df0633f8674fb3e832c8 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 25 Jan 2025 17:26:26 -0800 Subject: [PATCH] Fix ip detector --- reStream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reStream.sh b/reStream.sh index e70f1f3..1731c5f 100755 --- a/reStream.sh +++ b/reStream.sh @@ -131,7 +131,7 @@ trap exit_rm EXIT INT HUP # SSH_CONNECTION is a variable on reMarkable => ssh '' instead of ssh "" # shellcheck disable=SC2016 remarkable_ip() { - ssh_cmd 'echo $SSH_CONNECTION' | cut -d\ -f3 + ssh_cmd 'echo $SSH_CONNECTION' | cut -d\ -f3 | cut -d":" -f4 } # check if we are able to reach the remarkable